Amazon.CodeDeploy.AmazonCodeDeployClient.ListDeploymentInstancesAsync C# (CSharp) Method

ListDeploymentInstancesAsync() public method

Initiates the asynchronous execution of the ListDeploymentInstances operation.
public ListDeploymentInstancesAsync ( ListDeploymentInstancesRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CodeDeploy.Model.ListDeploymentInstancesRequest Container for the necessary parameters to execute the ListDeploymentInstances operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<ListDeploymentInstancesResponse> ListDeploymentInstancesAsync(ListDeploymentInstancesRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListDeploymentInstancesRequestMarshaller();
            var unmarshaller = ListDeploymentInstancesResponseUnmarshaller.Instance;

            return InvokeAsync<ListDeploymentInstancesRequest,ListDeploymentInstancesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCodeDeployClient