Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndGetParameterHistory C# (CSharp) Method

EndGetParameterHistory() public method

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