Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndGetParameterHistory C# (CSharp) Méthode

EndGetParameterHistory() public méthode

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