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

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

Initiates the asynchronous execution of the DeleteThing operation.
public BeginDeleteThing ( DeleteThingRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.IoT.Model.DeleteThingRequest Container for the necessary parameters to execute the DeleteThing 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 BeginDeleteThing(DeleteThingRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new DeleteThingRequestMarshaller();
            var unmarshaller = DeleteThingResponseUnmarshaller.Instance;

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