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