Amazon.CloudTrail.AmazonCloudTrailClient.EndPutEventSelectors C# (CSharp) Method

EndPutEventSelectors() public method

Finishes the asynchronous execution of the PutEventSelectors operation.
public EndPutEventSelectors ( IAsyncResult asyncResult ) : PutEventSelectorsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutEventSelectors.
return Amazon.CloudTrail.Model.PutEventSelectorsResponse
        public  PutEventSelectorsResponse EndPutEventSelectors(IAsyncResult asyncResult)
        {
            return EndInvoke<PutEventSelectorsResponse>(asyncResult);
        }