Amazon.EC2.AmazonEC2Client.EndGetPasswordData C# (CSharp) Метод

EndGetPasswordData() публичный Метод

Finishes the asynchronous execution of the GetPasswordData operation.
public EndGetPasswordData ( IAsyncResult asyncResult ) : GetPasswordDataResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetPasswordData.
Результат GetPasswordDataResponse
        public  GetPasswordDataResponse EndGetPasswordData(IAsyncResult asyncResult)
        {
            return EndInvoke<GetPasswordDataResponse>(asyncResult);
        }
AmazonEC2Client