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

EndPutDestinationPolicy() public method

Finishes the asynchronous execution of the PutDestinationPolicy operation.
public EndPutDestinationPolicy ( IAsyncResult asyncResult ) : PutDestinationPolicyResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutDestinationPolicy.
return PutDestinationPolicyResponse
        public  PutDestinationPolicyResponse EndPutDestinationPolicy(IAsyncResult asyncResult)
        {
            return EndInvoke<PutDestinationPolicyResponse>(asyncResult);
        }
AmazonCloudWatchLogsClient