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);
        }