Amazon.IoT.AmazonIoTClient.EndSetLoggingOptions C# (CSharp) Method

EndSetLoggingOptions() public method

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