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