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