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

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

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

            return InvokeAsync<GetRemoteAccessSessionRequest,GetRemoteAccessSessionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonDeviceFarmClient