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

BeginListRemoteAccessSessions() public method

Initiates the asynchronous execution of the ListRemoteAccessSessions operation.
public BeginListRemoteAccessSessions ( ListRemoteAccessSessionsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.DeviceFarm.Model.ListRemoteAccessSessionsRequest Container for the necessary parameters to execute the ListRemoteAccessSessions 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.
return IAsyncResult
        public IAsyncResult BeginListRemoteAccessSessions(ListRemoteAccessSessionsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ListRemoteAccessSessionsRequestMarshaller();
            var unmarshaller = ListRemoteAccessSessionsResponseUnmarshaller.Instance;

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