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

EndDeleteThing() public method

Finishes the asynchronous execution of the DeleteThing operation.
public EndDeleteThing ( IAsyncResult asyncResult ) : DeleteThingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteThing.
return DeleteThingResponse
        public  DeleteThingResponse EndDeleteThing(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteThingResponse>(asyncResult);
        }
AmazonIoTClient