Amazon.AppStream.AmazonAppStreamClient.EndExpireSession C# (CSharp) Метод

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

Finishes the asynchronous execution of the ExpireSession operation.
public EndExpireSession ( IAsyncResult asyncResult ) : ExpireSessionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginExpireSession.
Результат ExpireSessionResponse
        public  ExpireSessionResponse EndExpireSession(IAsyncResult asyncResult)
        {
            return EndInvoke<ExpireSessionResponse>(asyncResult);
        }