Amazon.ConfigService.AmazonConfigServiceClient.EndPutConfigurationRecorder C# (CSharp) Метод

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

Finishes the asynchronous execution of the PutConfigurationRecorder operation.
public EndPutConfigurationRecorder ( IAsyncResult asyncResult ) : PutConfigurationRecorderResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutConfigurationRecorder.
Результат PutConfigurationRecorderResponse
        public  PutConfigurationRecorderResponse EndPutConfigurationRecorder(IAsyncResult asyncResult)
        {
            return EndInvoke<PutConfigurationRecorderResponse>(asyncResult);
        }
AmazonConfigServiceClient