Amazon.CloudTrail.AmazonCloudTrailClient.EndGetEventSelectors C# (CSharp) Méthode

EndGetEventSelectors() public méthode

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