Amazon.Redshift.AmazonRedshiftClient.EndEnableLogging C# (CSharp) 메소드

EndEnableLogging() 공개 메소드

Finishes the asynchronous execution of the EnableLogging operation.
public EndEnableLogging ( IAsyncResult asyncResult ) : EnableLoggingResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginEnableLogging.
리턴 EnableLoggingResponse
        public  EnableLoggingResponse EndEnableLogging(IAsyncResult asyncResult)
        {
            return EndInvoke<EnableLoggingResponse>(asyncResult);
        }
AmazonRedshiftClient