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

EndInstallToRemoteAccessSession() public method

Finishes the asynchronous execution of the InstallToRemoteAccessSession operation.
public EndInstallToRemoteAccessSession ( IAsyncResult asyncResult ) : InstallToRemoteAccessSessionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginInstallToRemoteAccessSession.
return Amazon.DeviceFarm.Model.InstallToRemoteAccessSessionResponse
        public  InstallToRemoteAccessSessionResponse EndInstallToRemoteAccessSession(IAsyncResult asyncResult)
        {
            return EndInvoke<InstallToRemoteAccessSessionResponse>(asyncResult);
        }
AmazonDeviceFarmClient