Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndGetParameterHistory C# (CSharp) Метод

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

Finishes the asynchronous execution of the GetParameterHistory operation.
public EndGetParameterHistory ( IAsyncResult asyncResult ) : GetParameterHistoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetParameterHistory.
Результат Amazon.SimpleSystemsManagement.Model.GetParameterHistoryResponse
        public  GetParameterHistoryResponse EndGetParameterHistory(IAsyncResult asyncResult)
        {
            return EndInvoke<GetParameterHistoryResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient