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

EndListRemoteAccessSessions() public method

Finishes the asynchronous execution of the ListRemoteAccessSessions operation.
public EndListRemoteAccessSessions ( IAsyncResult asyncResult ) : ListRemoteAccessSessionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListRemoteAccessSessions.
return Amazon.DeviceFarm.Model.ListRemoteAccessSessionsResponse
        public  ListRemoteAccessSessionsResponse EndListRemoteAccessSessions(IAsyncResult asyncResult)
        {
            return EndInvoke<ListRemoteAccessSessionsResponse>(asyncResult);
        }
AmazonDeviceFarmClient