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

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

Initiates the asynchronous execution of the GetRemoteAccessSession operation.
public BeginGetRemoteAccessSession ( GetRemoteAccessSessionRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.GetRemoteAccessSessionRequest Container for the necessary parameters to execute the GetRemoteAccessSession operation on AmazonDeviceFarmClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult
        public IAsyncResult BeginGetRemoteAccessSession(GetRemoteAccessSessionRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new GetRemoteAccessSessionRequestMarshaller();
            var unmarshaller = GetRemoteAccessSessionResponseUnmarshaller.Instance;

            return BeginInvoke<GetRemoteAccessSessionRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonDeviceFarmClient