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

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

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