Amazon.ApplicationDiscoveryService.AmazonApplicationDiscoveryServiceClient.StopDataCollectionByAgentIdsAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the StopDataCollectionByAgentIds operation.
public StopDataCollectionByAgentIdsAsync ( StopDataCollectionByAgentIdsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.ApplicationDiscoveryService.Model.StopDataCollectionByAgentIdsRequest Container for the necessary parameters to execute the StopDataCollectionByAgentIds operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<StopDataCollectionByAgentIdsResponse> StopDataCollectionByAgentIdsAsync(StopDataCollectionByAgentIdsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new StopDataCollectionByAgentIdsRequestMarshaller();
            var unmarshaller = StopDataCollectionByAgentIdsResponseUnmarshaller.Instance;

            return InvokeAsync<StopDataCollectionByAgentIdsRequest,StopDataCollectionByAgentIdsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonApplicationDiscoveryServiceClient