Amazon.ApplicationDiscoveryService.AmazonApplicationDiscoveryServiceClient.EndStopDataCollectionByAgentIds C# (CSharp) Method

EndStopDataCollectionByAgentIds() public method

Finishes the asynchronous execution of the StopDataCollectionByAgentIds operation.
public EndStopDataCollectionByAgentIds ( IAsyncResult asyncResult ) : StopDataCollectionByAgentIdsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopDataCollectionByAgentIds.
return Amazon.ApplicationDiscoveryService.Model.StopDataCollectionByAgentIdsResponse
        public  StopDataCollectionByAgentIdsResponse EndStopDataCollectionByAgentIds(IAsyncResult asyncResult)
        {
            return EndInvoke<StopDataCollectionByAgentIdsResponse>(asyncResult);
        }
AmazonApplicationDiscoveryServiceClient