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

EndDeprecateThingType() 공개 메소드

Finishes the asynchronous execution of the DeprecateThingType operation.
public EndDeprecateThingType ( IAsyncResult asyncResult ) : DeprecateThingTypeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeprecateThingType.
리턴 DeprecateThingTypeResponse
        public  DeprecateThingTypeResponse EndDeprecateThingType(IAsyncResult asyncResult)
        {
            return EndInvoke<DeprecateThingTypeResponse>(asyncResult);
        }
AmazonIoTClient