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

EndSetLoggingOptions() 공개 메소드

Finishes the asynchronous execution of the SetLoggingOptions operation.
public EndSetLoggingOptions ( IAsyncResult asyncResult ) : SetLoggingOptionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSetLoggingOptions.
리턴 SetLoggingOptionsResponse
        public  SetLoggingOptionsResponse EndSetLoggingOptions(IAsyncResult asyncResult)
        {
            return EndInvoke<SetLoggingOptionsResponse>(asyncResult);
        }
AmazonIoTClient