Amazon.AppStream.AmazonAppStreamClient.EndExpireSession C# (CSharp) Method

EndExpireSession() public method

Finishes the asynchronous execution of the ExpireSession operation.
public EndExpireSession ( IAsyncResult asyncResult ) : ExpireSessionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginExpireSession.
return ExpireSessionResponse
        public  ExpireSessionResponse EndExpireSession(IAsyncResult asyncResult)
        {
            return EndInvoke<ExpireSessionResponse>(asyncResult);
        }