Amazon.CloudWatchLogs.AmazonCloudWatchLogsClient.EndPutDestination C# (CSharp) Method

EndPutDestination() public method

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