Amazon.ConfigService.AmazonConfigServiceClient.EndPutConfigurationRecorder C# (CSharp) Method

EndPutConfigurationRecorder() public method

Finishes the asynchronous execution of the PutConfigurationRecorder operation.
public EndPutConfigurationRecorder ( IAsyncResult asyncResult ) : PutConfigurationRecorderResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutConfigurationRecorder.
return PutConfigurationRecorderResponse
        public  PutConfigurationRecorderResponse EndPutConfigurationRecorder(IAsyncResult asyncResult)
        {
            return EndInvoke<PutConfigurationRecorderResponse>(asyncResult);
        }
AmazonConfigServiceClient