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

EndStartLogging() 공개 메소드

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