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

EndGetEventSelectors() public method

Finishes the asynchronous execution of the GetEventSelectors operation.
public EndGetEventSelectors ( IAsyncResult asyncResult ) : GetEventSelectorsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetEventSelectors.
return Amazon.CloudTrail.Model.GetEventSelectorsResponse
        public  GetEventSelectorsResponse EndGetEventSelectors(IAsyncResult asyncResult)
        {
            return EndInvoke<GetEventSelectorsResponse>(asyncResult);
        }