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

EndStartLogging() public method

Finishes the asynchronous execution of the StartLogging operation.
public EndStartLogging ( IAsyncResult asyncResult ) : StartLoggingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartLogging.
return Amazon.CloudTrail.Model.StartLoggingResponse
        public  StartLoggingResponse EndStartLogging(IAsyncResult asyncResult)
        {
            return EndInvoke<StartLoggingResponse>(asyncResult);
        }