Amazon.IoT.AmazonIoTClient.EndDeleteThing C# (CSharp) 메소드

EndDeleteThing() 공개 메소드

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