Amazon.CloudTrail.AmazonCloudTrailClient.EndGetEventSelectors C# (CSharp) 메소드

EndGetEventSelectors() 공개 메소드

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