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

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

Initiates the asynchronous execution of the ListPrincipalThings operation.
public ListPrincipalThingsAsync ( ListPrincipalThingsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListPrincipalThingsRequest Container for the necessary parameters to execute the ListPrincipalThings operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ListPrincipalThingsResponse> ListPrincipalThingsAsync(ListPrincipalThingsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListPrincipalThingsRequestMarshaller();
            var unmarshaller = ListPrincipalThingsResponseUnmarshaller.Instance;

            return InvokeAsync<ListPrincipalThingsRequest,ListPrincipalThingsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonIoTClient::ListPrincipalThingsAsync ( string principal, System cancellationToken = default(CancellationToken) ) : Task
AmazonIoTClient