Amazon.EC2.AmazonEC2Client.EndGetConsoleOutput C# (CSharp) 메소드

EndGetConsoleOutput() 공개 메소드

Finishes the asynchronous execution of the GetConsoleOutput operation.
public EndGetConsoleOutput ( IAsyncResult asyncResult ) : GetConsoleOutputResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetConsoleOutput.
리턴 GetConsoleOutputResponse
        public  GetConsoleOutputResponse EndGetConsoleOutput(IAsyncResult asyncResult)
        {
            return EndInvoke<GetConsoleOutputResponse>(asyncResult);
        }
AmazonEC2Client