Amazon.IoT.AmazonIoTClient.EndListThingPrincipals C# (CSharp) Method

EndListThingPrincipals() public method

Finishes the asynchronous execution of the ListThingPrincipals operation.
public EndListThingPrincipals ( IAsyncResult asyncResult ) : ListThingPrincipalsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListThingPrincipals.
return ListThingPrincipalsResponse
        public  ListThingPrincipalsResponse EndListThingPrincipals(IAsyncResult asyncResult)
        {
            return EndInvoke<ListThingPrincipalsResponse>(asyncResult);
        }
AmazonIoTClient