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

EndDeleteRemoteAccessSession() public method

Finishes the asynchronous execution of the DeleteRemoteAccessSession operation.
public EndDeleteRemoteAccessSession ( IAsyncResult asyncResult ) : DeleteRemoteAccessSessionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteRemoteAccessSession.
return DeleteRemoteAccessSessionResponse
        public  DeleteRemoteAccessSessionResponse EndDeleteRemoteAccessSession(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteRemoteAccessSessionResponse>(asyncResult);
        }
AmazonDeviceFarmClient