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

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

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