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

EndStopConfigurationRecorder() public method

Finishes the asynchronous execution of the StopConfigurationRecorder operation.
public EndStopConfigurationRecorder ( IAsyncResult asyncResult ) : StopConfigurationRecorderResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginStopConfigurationRecorder.
return StopConfigurationRecorderResponse
        public  StopConfigurationRecorderResponse EndStopConfigurationRecorder(IAsyncResult asyncResult)
        {
            return EndInvoke<StopConfigurationRecorderResponse>(asyncResult);
        }
AmazonConfigServiceClient