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

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

Finishes the asynchronous execution of the PutParameter operation.
public EndPutParameter ( IAsyncResult asyncResult ) : PutParameterResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutParameter.
Результат PutParameterResponse
        public  PutParameterResponse EndPutParameter(IAsyncResult asyncResult)
        {
            return EndInvoke<PutParameterResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient