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

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

Finishes the asynchronous execution of the CreateThingType operation.
public EndCreateThingType ( IAsyncResult asyncResult ) : CreateThingTypeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateThingType.
Результат CreateThingTypeResponse
        public  CreateThingTypeResponse EndCreateThingType(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateThingTypeResponse>(asyncResult);
        }
AmazonIoTClient