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

EndDeleteDestination() public method

Finishes the asynchronous execution of the DeleteDestination operation.
public EndDeleteDestination ( IAsyncResult asyncResult ) : DeleteDestinationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDestination.
return DeleteDestinationResponse
        public  DeleteDestinationResponse EndDeleteDestination(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDestinationResponse>(asyncResult);
        }
AmazonCloudWatchLogsClient