Amazon.DeviceFarm.AmazonDeviceFarmClient.ListRemoteAccessSessionsAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the ListRemoteAccessSessions operation.
public ListRemoteAccessSessionsAsync ( ListRemoteAccessSessionsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.DeviceFarm.Model.ListRemoteAccessSessionsRequest Container for the necessary parameters to execute the ListRemoteAccessSessions operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ListRemoteAccessSessionsResponse> ListRemoteAccessSessionsAsync(ListRemoteAccessSessionsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListRemoteAccessSessionsRequestMarshaller();
            var unmarshaller = ListRemoteAccessSessionsResponseUnmarshaller.Instance;

            return InvokeAsync<ListRemoteAccessSessionsRequest,ListRemoteAccessSessionsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonDeviceFarmClient