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

EndStartLogging() public méthode

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