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

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

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