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

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

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