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

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

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