Amazon.CloudWatchLogs.AmazonCloudWatchLogsClient.EndPutDestination C# (CSharp) Méthode

EndPutDestination() public méthode

Finishes the asynchronous execution of the PutDestination operation.
public EndPutDestination ( IAsyncResult asyncResult ) : PutDestinationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutDestination.
Résultat Amazon.CloudWatchLogs.Model.PutDestinationResponse
        public  PutDestinationResponse EndPutDestination(IAsyncResult asyncResult)
        {
            return EndInvoke<PutDestinationResponse>(asyncResult);
        }
AmazonCloudWatchLogsClient