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