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

EndPutParameter() public method

Finishes the asynchronous execution of the PutParameter operation.
public EndPutParameter ( IAsyncResult asyncResult ) : PutParameterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutParameter.
return PutParameterResponse
        public  PutParameterResponse EndPutParameter(IAsyncResult asyncResult)
        {
            return EndInvoke<PutParameterResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient