Amazon.IoT.AmazonIoTClient.BeginGetLoggingOptions C# (CSharp) Метод

BeginGetLoggingOptions() публичный Метод

Initiates the asynchronous execution of the GetLoggingOptions operation.
public BeginGetLoggingOptions ( GetLoggingOptionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request GetLoggingOptionsRequest Container for the necessary parameters to execute the GetLoggingOptions operation on AmazonIoTClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult
        public IAsyncResult BeginGetLoggingOptions(GetLoggingOptionsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new GetLoggingOptionsRequestMarshaller();
            var unmarshaller = GetLoggingOptionsResponseUnmarshaller.Instance;

            return BeginInvoke<GetLoggingOptionsRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonIoTClient