Amazon.DeviceFarm.AmazonDeviceFarmClient.EndDeleteRemoteAccessSession C# (CSharp) Méthode

EndDeleteRemoteAccessSession() public méthode

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