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

EndGetPasswordData() public method

Finishes the asynchronous execution of the GetPasswordData operation.
public EndGetPasswordData ( IAsyncResult asyncResult ) : GetPasswordDataResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetPasswordData.
return GetPasswordDataResponse
        public  GetPasswordDataResponse EndGetPasswordData(IAsyncResult asyncResult)
        {
            return EndInvoke<GetPasswordDataResponse>(asyncResult);
        }
AmazonEC2Client