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

EndStartConfigurationRecorder() public method

Finishes the asynchronous execution of the StartConfigurationRecorder operation.
public EndStartConfigurationRecorder ( IAsyncResult asyncResult ) : StartConfigurationRecorderResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStartConfigurationRecorder.
return StartConfigurationRecorderResponse
        public  StartConfigurationRecorderResponse EndStartConfigurationRecorder(IAsyncResult asyncResult)
        {
            return EndInvoke<StartConfigurationRecorderResponse>(asyncResult);
        }
AmazonConfigServiceClient