Amazon.IoT.AmazonIoTClient.EndGetLoggingOptions C# (CSharp) 메소드

EndGetLoggingOptions() 공개 메소드

Finishes the asynchronous execution of the GetLoggingOptions operation.
public EndGetLoggingOptions ( IAsyncResult asyncResult ) : GetLoggingOptionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetLoggingOptions.
리턴 GetLoggingOptionsResponse
        public  GetLoggingOptionsResponse EndGetLoggingOptions(IAsyncResult asyncResult)
        {
            return EndInvoke<GetLoggingOptionsResponse>(asyncResult);
        }
AmazonIoTClient