Amazon.EC2.AmazonEC2Client.EndGetConsoleScreenshot C# (CSharp) Method

EndGetConsoleScreenshot() public method

Finishes the asynchronous execution of the GetConsoleScreenshot operation.
public EndGetConsoleScreenshot ( IAsyncResult asyncResult ) : GetConsoleScreenshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetConsoleScreenshot.
return GetConsoleScreenshotResponse
        public  GetConsoleScreenshotResponse EndGetConsoleScreenshot(IAsyncResult asyncResult)
        {
            return EndInvoke<GetConsoleScreenshotResponse>(asyncResult);
        }
AmazonEC2Client