C# Класс Amazon.AppStream.AmazonAppStreamClient

Implementation for accessing AppStream API documentation for AppStream
Наследование: AmazonServiceClient, IAmazonAppStream
Показать файл Открыть проект

Открытые методы

Метод Описание
AmazonAppStreamClient ( ) : System

Constructs AmazonAppStreamClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonAppStreamClient ( AWSCredentials credentials ) : System

Constructs AmazonAppStreamClient with AWS Credentials

AmazonAppStreamClient ( AWSCredentials credentials, AmazonAppStreamConfig clientConfig ) : System

Constructs AmazonAppStreamClient with AWS Credentials and an AmazonAppStreamClient Configuration object.

AmazonAppStreamClient ( AWSCredentials credentials, RegionEndpoint region ) : System

Constructs AmazonAppStreamClient with AWS Credentials

AmazonAppStreamClient ( AmazonAppStreamConfig config ) : System

Constructs AmazonAppStreamClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonAppStreamClient ( RegionEndpoint region ) : System

Constructs AmazonAppStreamClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>

AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key

AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonAppStreamConfig clientConfig ) : System

Constructs AmazonAppStreamClient with AWS Access Key ID, AWS Secret Key and an AmazonAppStreamClient Configuration object.

AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key

AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key

AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonAppStreamConfig clientConfig ) : System

Constructs AmazonAppStreamClient with AWS Access Key ID, AWS Secret Key and an AmazonAppStreamClient Configuration object.

AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key

AssociateFleetAsync ( AssociateFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the AssociateFleet operation.

BeginAssociateFleet ( AssociateFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the AssociateFleet operation.

BeginCreateFleet ( CreateFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateFleet operation.

BeginCreateStack ( CreateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateStack operation.

BeginCreateStreamingURL ( CreateStreamingURLRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the CreateStreamingURL operation.

BeginDeleteFleet ( DeleteFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteFleet operation.

BeginDeleteStack ( DeleteStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DeleteStack operation.

BeginDescribeFleets ( DescribeFleetsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeFleets operation.

BeginDescribeImages ( DescribeImagesRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeImages operation.

BeginDescribeSessions ( DescribeSessionsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeSessions operation.

BeginDescribeStacks ( DescribeStacksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DescribeStacks operation.

BeginDisassociateFleet ( DisassociateFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the DisassociateFleet operation.

BeginExpireSession ( ExpireSessionRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ExpireSession operation.

BeginListAssociatedFleets ( ListAssociatedFleetsRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListAssociatedFleets operation.

BeginListAssociatedStacks ( ListAssociatedStacksRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the ListAssociatedStacks operation.

BeginStartFleet ( StartFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StartFleet operation.

BeginStopFleet ( StopFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the StopFleet operation.

BeginUpdateFleet ( UpdateFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateFleet operation.

BeginUpdateStack ( UpdateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult

Initiates the asynchronous execution of the UpdateStack operation.

CreateFleetAsync ( CreateFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateFleet operation.

CreateStackAsync ( CreateStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateStack operation.

CreateStreamingURLAsync ( CreateStreamingURLRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the CreateStreamingURL operation.

DeleteFleetAsync ( DeleteFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteFleet operation.

DeleteStackAsync ( DeleteStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DeleteStack operation.

DescribeFleetsAsync ( DescribeFleetsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeFleets operation.

DescribeImagesAsync ( DescribeImagesRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeImages operation.

DescribeSessionsAsync ( DescribeSessionsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeSessions operation.

DescribeStacksAsync ( DescribeStacksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DescribeStacks operation.

DisassociateFleetAsync ( DisassociateFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the DisassociateFleet operation.

EndAssociateFleet ( IAsyncResult asyncResult ) : AssociateFleetResponse

Finishes the asynchronous execution of the AssociateFleet operation.

EndCreateFleet ( IAsyncResult asyncResult ) : CreateFleetResponse

Finishes the asynchronous execution of the CreateFleet operation.

EndCreateStack ( IAsyncResult asyncResult ) : CreateStackResponse

Finishes the asynchronous execution of the CreateStack operation.

EndCreateStreamingURL ( IAsyncResult asyncResult ) : CreateStreamingURLResponse

Finishes the asynchronous execution of the CreateStreamingURL operation.

EndDeleteFleet ( IAsyncResult asyncResult ) : DeleteFleetResponse

Finishes the asynchronous execution of the DeleteFleet operation.

EndDeleteStack ( IAsyncResult asyncResult ) : DeleteStackResponse

Finishes the asynchronous execution of the DeleteStack operation.

EndDescribeFleets ( IAsyncResult asyncResult ) : DescribeFleetsResponse

Finishes the asynchronous execution of the DescribeFleets operation.

EndDescribeImages ( IAsyncResult asyncResult ) : DescribeImagesResponse

Finishes the asynchronous execution of the DescribeImages operation.

EndDescribeSessions ( IAsyncResult asyncResult ) : DescribeSessionsResponse

Finishes the asynchronous execution of the DescribeSessions operation.

EndDescribeStacks ( IAsyncResult asyncResult ) : DescribeStacksResponse

Finishes the asynchronous execution of the DescribeStacks operation.

EndDisassociateFleet ( IAsyncResult asyncResult ) : DisassociateFleetResponse

Finishes the asynchronous execution of the DisassociateFleet operation.

EndExpireSession ( IAsyncResult asyncResult ) : ExpireSessionResponse

Finishes the asynchronous execution of the ExpireSession operation.

EndListAssociatedFleets ( IAsyncResult asyncResult ) : ListAssociatedFleetsResponse

Finishes the asynchronous execution of the ListAssociatedFleets operation.

EndListAssociatedStacks ( IAsyncResult asyncResult ) : ListAssociatedStacksResponse

Finishes the asynchronous execution of the ListAssociatedStacks operation.

EndStartFleet ( IAsyncResult asyncResult ) : StartFleetResponse

Finishes the asynchronous execution of the StartFleet operation.

EndStopFleet ( IAsyncResult asyncResult ) : StopFleetResponse

Finishes the asynchronous execution of the StopFleet operation.

EndUpdateFleet ( IAsyncResult asyncResult ) : UpdateFleetResponse

Finishes the asynchronous execution of the UpdateFleet operation.

EndUpdateStack ( IAsyncResult asyncResult ) : UpdateStackResponse

Finishes the asynchronous execution of the UpdateStack operation.

ExpireSessionAsync ( ExpireSessionRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ExpireSession operation.

ListAssociatedFleetsAsync ( ListAssociatedFleetsRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListAssociatedFleets operation.

ListAssociatedStacksAsync ( ListAssociatedStacksRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the ListAssociatedStacks operation.

StartFleetAsync ( StartFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StartFleet operation.

StopFleetAsync ( StopFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the StopFleet operation.

UpdateFleetAsync ( UpdateFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateFleet operation.

UpdateStackAsync ( UpdateStackRequest request, System cancellationToken = default(CancellationToken) ) : Task

Initiates the asynchronous execution of the UpdateStack operation.

Защищенные методы

Метод Описание
CreateSigner ( ) : AbstractAWSSigner

Creates the signer for the service.

Dispose ( bool disposing ) : void

Disposes the service client.

Приватные методы

Метод Описание
AssociateFleet ( AssociateFleetRequest request ) : AssociateFleetResponse
CreateFleet ( CreateFleetRequest request ) : CreateFleetResponse
CreateStack ( CreateStackRequest request ) : CreateStackResponse
CreateStreamingURL ( CreateStreamingURLRequest request ) : CreateStreamingURLResponse
DeleteFleet ( DeleteFleetRequest request ) : DeleteFleetResponse
DeleteStack ( DeleteStackRequest request ) : DeleteStackResponse
DescribeFleets ( DescribeFleetsRequest request ) : DescribeFleetsResponse
DescribeImages ( DescribeImagesRequest request ) : DescribeImagesResponse
DescribeSessions ( DescribeSessionsRequest request ) : DescribeSessionsResponse
DescribeStacks ( DescribeStacksRequest request ) : DescribeStacksResponse
DisassociateFleet ( DisassociateFleetRequest request ) : DisassociateFleetResponse
ExpireSession ( ExpireSessionRequest request ) : ExpireSessionResponse
ListAssociatedFleets ( ListAssociatedFleetsRequest request ) : ListAssociatedFleetsResponse
ListAssociatedStacks ( ListAssociatedStacksRequest request ) : ListAssociatedStacksResponse
StartFleet ( StartFleetRequest request ) : StartFleetResponse
StopFleet ( StopFleetRequest request ) : StopFleetResponse
UpdateFleet ( UpdateFleetRequest request ) : UpdateFleetResponse
UpdateStack ( UpdateStackRequest request ) : UpdateStackResponse

Описание методов

AmazonAppStreamClient() публичный Метод

Constructs AmazonAppStreamClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonAppStreamClient ( ) : System
Результат System

AmazonAppStreamClient() публичный Метод

Constructs AmazonAppStreamClient with AWS Credentials
public AmazonAppStreamClient ( AWSCredentials credentials ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
Результат System

AmazonAppStreamClient() публичный Метод

Constructs AmazonAppStreamClient with AWS Credentials and an AmazonAppStreamClient Configuration object.
public AmazonAppStreamClient ( AWSCredentials credentials, AmazonAppStreamConfig clientConfig ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
clientConfig AmazonAppStreamConfig The AmazonAppStreamClient Configuration Object
Результат System

AmazonAppStreamClient() публичный Метод

Constructs AmazonAppStreamClient with AWS Credentials
public AmazonAppStreamClient ( AWSCredentials credentials, RegionEndpoint region ) : System
credentials Amazon.Runtime.AWSCredentials AWS Credentials
region RegionEndpoint The region to connect.
Результат System

AmazonAppStreamClient() публичный Метод

Constructs AmazonAppStreamClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonAppStreamClient ( AmazonAppStreamConfig config ) : System
config AmazonAppStreamConfig The AmazonAppStreamClient Configuration Object
Результат System

AmazonAppStreamClient() публичный Метод

Constructs AmazonAppStreamClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration>
public AmazonAppStreamClient ( RegionEndpoint region ) : System
region RegionEndpoint The region to connect.
Результат System

AmazonAppStreamClient() публичный Метод

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key
public AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
Результат System

AmazonAppStreamClient() публичный Метод

Constructs AmazonAppStreamClient with AWS Access Key ID, AWS Secret Key and an AmazonAppStreamClient Configuration object.
public AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, AmazonAppStreamConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
clientConfig AmazonAppStreamConfig The AmazonAppStreamClient Configuration Object
Результат System

AmazonAppStreamClient() публичный Метод

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key
public AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
region RegionEndpoint The region to connect.
Результат System

AmazonAppStreamClient() публичный Метод

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key
public AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
Результат System

AmazonAppStreamClient() публичный Метод

Constructs AmazonAppStreamClient with AWS Access Key ID, AWS Secret Key and an AmazonAppStreamClient Configuration object.
public AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, AmazonAppStreamConfig clientConfig ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
clientConfig AmazonAppStreamConfig The AmazonAppStreamClient Configuration Object
Результат System

AmazonAppStreamClient() публичный Метод

Constructs AmazonAppStreamClient with AWS Access Key ID and AWS Secret Key
public AmazonAppStreamClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System
awsAccessKeyId string AWS Access Key ID
awsSecretAccessKey string AWS Secret Access Key
awsSessionToken string AWS Session Token
region RegionEndpoint The region to connect.
Результат System

AssociateFleetAsync() публичный Метод

Initiates the asynchronous execution of the AssociateFleet operation.
public AssociateFleetAsync ( AssociateFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.AssociateFleetRequest Container for the necessary parameters to execute the AssociateFleet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

BeginAssociateFleet() публичный Метод

Initiates the asynchronous execution of the AssociateFleet operation.
public BeginAssociateFleet ( AssociateFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.AssociateFleetRequest Container for the necessary parameters to execute the AssociateFleet operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginCreateFleet() публичный Метод

Initiates the asynchronous execution of the CreateFleet operation.
public BeginCreateFleet ( CreateFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.CreateFleetRequest Container for the necessary parameters to execute the CreateFleet operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginCreateStack() публичный Метод

Initiates the asynchronous execution of the CreateStack operation.
public BeginCreateStack ( CreateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.CreateStackRequest Container for the necessary parameters to execute the CreateStack operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginCreateStreamingURL() публичный Метод

Initiates the asynchronous execution of the CreateStreamingURL operation.
public BeginCreateStreamingURL ( CreateStreamingURLRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.CreateStreamingURLRequest Container for the necessary parameters to execute the CreateStreamingURL operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDeleteFleet() публичный Метод

Initiates the asynchronous execution of the DeleteFleet operation.
public BeginDeleteFleet ( DeleteFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.DeleteFleetRequest Container for the necessary parameters to execute the DeleteFleet operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDeleteStack() публичный Метод

Initiates the asynchronous execution of the DeleteStack operation.
public BeginDeleteStack ( DeleteStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.DeleteStackRequest Container for the necessary parameters to execute the DeleteStack operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDescribeFleets() публичный Метод

Initiates the asynchronous execution of the DescribeFleets operation.
public BeginDescribeFleets ( DescribeFleetsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.DescribeFleetsRequest Container for the necessary parameters to execute the DescribeFleets operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDescribeImages() публичный Метод

Initiates the asynchronous execution of the DescribeImages operation.
public BeginDescribeImages ( DescribeImagesRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.DescribeImagesRequest Container for the necessary parameters to execute the DescribeImages operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDescribeSessions() публичный Метод

Initiates the asynchronous execution of the DescribeSessions operation.
public BeginDescribeSessions ( DescribeSessionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.DescribeSessionsRequest Container for the necessary parameters to execute the DescribeSessions operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDescribeStacks() публичный Метод

Initiates the asynchronous execution of the DescribeStacks operation.
public BeginDescribeStacks ( DescribeStacksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.DescribeStacksRequest Container for the necessary parameters to execute the DescribeStacks operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginDisassociateFleet() публичный Метод

Initiates the asynchronous execution of the DisassociateFleet operation.
public BeginDisassociateFleet ( DisassociateFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.DisassociateFleetRequest Container for the necessary parameters to execute the DisassociateFleet operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginExpireSession() публичный Метод

Initiates the asynchronous execution of the ExpireSession operation.
public BeginExpireSession ( ExpireSessionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.ExpireSessionRequest Container for the necessary parameters to execute the ExpireSession operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListAssociatedFleets() публичный Метод

Initiates the asynchronous execution of the ListAssociatedFleets operation.
public BeginListAssociatedFleets ( ListAssociatedFleetsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.ListAssociatedFleetsRequest Container for the necessary parameters to execute the ListAssociatedFleets operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginListAssociatedStacks() публичный Метод

Initiates the asynchronous execution of the ListAssociatedStacks operation.
public BeginListAssociatedStacks ( ListAssociatedStacksRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.ListAssociatedStacksRequest Container for the necessary parameters to execute the ListAssociatedStacks operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginStartFleet() публичный Метод

Initiates the asynchronous execution of the StartFleet operation.
public BeginStartFleet ( StartFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.StartFleetRequest Container for the necessary parameters to execute the StartFleet operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginStopFleet() публичный Метод

Initiates the asynchronous execution of the StopFleet operation.
public BeginStopFleet ( StopFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.StopFleetRequest Container for the necessary parameters to execute the StopFleet operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginUpdateFleet() публичный Метод

Initiates the asynchronous execution of the UpdateFleet operation.
public BeginUpdateFleet ( UpdateFleetRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.UpdateFleetRequest Container for the necessary parameters to execute the UpdateFleet operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

BeginUpdateStack() публичный Метод

Initiates the asynchronous execution of the UpdateStack operation.
public BeginUpdateStack ( UpdateStackRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.AppStream.Model.UpdateStackRequest Container for the necessary parameters to execute the UpdateStack operation on AmazonAppStreamClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult

CreateFleetAsync() публичный Метод

Initiates the asynchronous execution of the CreateFleet operation.
public CreateFleetAsync ( CreateFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.CreateFleetRequest Container for the necessary parameters to execute the CreateFleet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

CreateSigner() защищенный Метод

Creates the signer for the service.
protected CreateSigner ( ) : AbstractAWSSigner
Результат Amazon.Runtime.Internal.Auth.AbstractAWSSigner

CreateStackAsync() публичный Метод

Initiates the asynchronous execution of the CreateStack operation.
public CreateStackAsync ( CreateStackRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.CreateStackRequest Container for the necessary parameters to execute the CreateStack operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

CreateStreamingURLAsync() публичный Метод

Initiates the asynchronous execution of the CreateStreamingURL operation.
public CreateStreamingURLAsync ( CreateStreamingURLRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.CreateStreamingURLRequest Container for the necessary parameters to execute the CreateStreamingURL operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DeleteFleetAsync() публичный Метод

Initiates the asynchronous execution of the DeleteFleet operation.
public DeleteFleetAsync ( DeleteFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.DeleteFleetRequest Container for the necessary parameters to execute the DeleteFleet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DeleteStackAsync() публичный Метод

Initiates the asynchronous execution of the DeleteStack operation.
public DeleteStackAsync ( DeleteStackRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.DeleteStackRequest Container for the necessary parameters to execute the DeleteStack operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeFleetsAsync() публичный Метод

Initiates the asynchronous execution of the DescribeFleets operation.
public DescribeFleetsAsync ( DescribeFleetsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.DescribeFleetsRequest Container for the necessary parameters to execute the DescribeFleets operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeImagesAsync() публичный Метод

Initiates the asynchronous execution of the DescribeImages operation.
public DescribeImagesAsync ( DescribeImagesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.DescribeImagesRequest Container for the necessary parameters to execute the DescribeImages operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeSessionsAsync() публичный Метод

Initiates the asynchronous execution of the DescribeSessions operation.
public DescribeSessionsAsync ( DescribeSessionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.DescribeSessionsRequest Container for the necessary parameters to execute the DescribeSessions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DescribeStacksAsync() публичный Метод

Initiates the asynchronous execution of the DescribeStacks operation.
public DescribeStacksAsync ( DescribeStacksRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.DescribeStacksRequest Container for the necessary parameters to execute the DescribeStacks operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

DisassociateFleetAsync() публичный Метод

Initiates the asynchronous execution of the DisassociateFleet operation.
public DisassociateFleetAsync ( DisassociateFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.DisassociateFleetRequest Container for the necessary parameters to execute the DisassociateFleet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

Dispose() защищенный Метод

Disposes the service client.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

EndAssociateFleet() публичный Метод

Finishes the asynchronous execution of the AssociateFleet operation.
public EndAssociateFleet ( IAsyncResult asyncResult ) : AssociateFleetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAssociateFleet.
Результат AssociateFleetResponse

EndCreateFleet() публичный Метод

Finishes the asynchronous execution of the CreateFleet operation.
public EndCreateFleet ( IAsyncResult asyncResult ) : CreateFleetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateFleet.
Результат Amazon.AppStream.Model.CreateFleetResponse

EndCreateStack() публичный Метод

Finishes the asynchronous execution of the CreateStack operation.
public EndCreateStack ( IAsyncResult asyncResult ) : CreateStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStack.
Результат Amazon.AppStream.Model.CreateStackResponse

EndCreateStreamingURL() публичный Метод

Finishes the asynchronous execution of the CreateStreamingURL operation.
public EndCreateStreamingURL ( IAsyncResult asyncResult ) : CreateStreamingURLResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateStreamingURL.
Результат Amazon.AppStream.Model.CreateStreamingURLResponse

EndDeleteFleet() публичный Метод

Finishes the asynchronous execution of the DeleteFleet operation.
public EndDeleteFleet ( IAsyncResult asyncResult ) : DeleteFleetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteFleet.
Результат DeleteFleetResponse

EndDeleteStack() публичный Метод

Finishes the asynchronous execution of the DeleteStack operation.
public EndDeleteStack ( IAsyncResult asyncResult ) : DeleteStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteStack.
Результат DeleteStackResponse

EndDescribeFleets() публичный Метод

Finishes the asynchronous execution of the DescribeFleets operation.
public EndDescribeFleets ( IAsyncResult asyncResult ) : DescribeFleetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeFleets.
Результат Amazon.AppStream.Model.DescribeFleetsResponse

EndDescribeImages() публичный Метод

Finishes the asynchronous execution of the DescribeImages operation.
public EndDescribeImages ( IAsyncResult asyncResult ) : DescribeImagesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeImages.
Результат Amazon.AppStream.Model.DescribeImagesResponse

EndDescribeSessions() публичный Метод

Finishes the asynchronous execution of the DescribeSessions operation.
public EndDescribeSessions ( IAsyncResult asyncResult ) : DescribeSessionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeSessions.
Результат Amazon.AppStream.Model.DescribeSessionsResponse

EndDescribeStacks() публичный Метод

Finishes the asynchronous execution of the DescribeStacks operation.
public EndDescribeStacks ( IAsyncResult asyncResult ) : DescribeStacksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeStacks.
Результат Amazon.AppStream.Model.DescribeStacksResponse

EndDisassociateFleet() публичный Метод

Finishes the asynchronous execution of the DisassociateFleet operation.
public EndDisassociateFleet ( IAsyncResult asyncResult ) : DisassociateFleetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDisassociateFleet.
Результат DisassociateFleetResponse

EndExpireSession() публичный Метод

Finishes the asynchronous execution of the ExpireSession operation.
public EndExpireSession ( IAsyncResult asyncResult ) : ExpireSessionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginExpireSession.
Результат ExpireSessionResponse

EndListAssociatedFleets() публичный Метод

Finishes the asynchronous execution of the ListAssociatedFleets operation.
public EndListAssociatedFleets ( IAsyncResult asyncResult ) : ListAssociatedFleetsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAssociatedFleets.
Результат Amazon.AppStream.Model.ListAssociatedFleetsResponse

EndListAssociatedStacks() публичный Метод

Finishes the asynchronous execution of the ListAssociatedStacks operation.
public EndListAssociatedStacks ( IAsyncResult asyncResult ) : ListAssociatedStacksResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListAssociatedStacks.
Результат Amazon.AppStream.Model.ListAssociatedStacksResponse

EndStartFleet() публичный Метод

Finishes the asynchronous execution of the StartFleet operation.
public EndStartFleet ( IAsyncResult asyncResult ) : StartFleetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartFleet.
Результат StartFleetResponse

EndStopFleet() публичный Метод

Finishes the asynchronous execution of the StopFleet operation.
public EndStopFleet ( IAsyncResult asyncResult ) : StopFleetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopFleet.
Результат StopFleetResponse

EndUpdateFleet() публичный Метод

Finishes the asynchronous execution of the UpdateFleet operation.
public EndUpdateFleet ( IAsyncResult asyncResult ) : UpdateFleetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateFleet.
Результат Amazon.AppStream.Model.UpdateFleetResponse

EndUpdateStack() публичный Метод

Finishes the asynchronous execution of the UpdateStack operation.
public EndUpdateStack ( IAsyncResult asyncResult ) : UpdateStackResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateStack.
Результат Amazon.AppStream.Model.UpdateStackResponse

ExpireSessionAsync() публичный Метод

Initiates the asynchronous execution of the ExpireSession operation.
public ExpireSessionAsync ( ExpireSessionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.ExpireSessionRequest Container for the necessary parameters to execute the ExpireSession operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListAssociatedFleetsAsync() публичный Метод

Initiates the asynchronous execution of the ListAssociatedFleets operation.
public ListAssociatedFleetsAsync ( ListAssociatedFleetsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.ListAssociatedFleetsRequest Container for the necessary parameters to execute the ListAssociatedFleets operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

ListAssociatedStacksAsync() публичный Метод

Initiates the asynchronous execution of the ListAssociatedStacks operation.
public ListAssociatedStacksAsync ( ListAssociatedStacksRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.ListAssociatedStacksRequest Container for the necessary parameters to execute the ListAssociatedStacks operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

StartFleetAsync() публичный Метод

Initiates the asynchronous execution of the StartFleet operation.
public StartFleetAsync ( StartFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.StartFleetRequest Container for the necessary parameters to execute the StartFleet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

StopFleetAsync() публичный Метод

Initiates the asynchronous execution of the StopFleet operation.
public StopFleetAsync ( StopFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.StopFleetRequest Container for the necessary parameters to execute the StopFleet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

UpdateFleetAsync() публичный Метод

Initiates the asynchronous execution of the UpdateFleet operation.
public UpdateFleetAsync ( UpdateFleetRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.UpdateFleetRequest Container for the necessary parameters to execute the UpdateFleet operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task

UpdateStackAsync() публичный Метод

Initiates the asynchronous execution of the UpdateStack operation.
public UpdateStackAsync ( UpdateStackRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.AppStream.Model.UpdateStackRequest Container for the necessary parameters to execute the UpdateStack operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task