Amazon.DeviceFarm.AmazonDeviceFarmClient.GetRemoteAccessSession C# (CSharp) Method

GetRemoteAccessSession() public method

Returns a link to a currently running remote access session.
/// An invalid argument was specified. /// /// A limit was exceeded. /// /// The specified entity was not found. /// /// There was a problem with the service account. ///
public GetRemoteAccessSession ( GetRemoteAccessSessionRequest request ) : GetRemoteAccessSessionResponse
request Amazon.DeviceFarm.Model.GetRemoteAccessSessionRequest Container for the necessary parameters to execute the GetRemoteAccessSession service method.
return Amazon.DeviceFarm.Model.GetRemoteAccessSessionResponse
        public GetRemoteAccessSessionResponse GetRemoteAccessSession(GetRemoteAccessSessionRequest request)
        {
            var marshaller = new GetRemoteAccessSessionRequestMarshaller();
            var unmarshaller = GetRemoteAccessSessionResponseUnmarshaller.Instance;

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