Amazon.EC2.AmazonEC2Client.EndCreateFlowLogs C# (CSharp) 메소드

EndCreateFlowLogs() 공개 메소드

Finishes the asynchronous execution of the CreateFlowLogs operation.
public EndCreateFlowLogs ( IAsyncResult asyncResult ) : CreateFlowLogsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateFlowLogs.
리턴 CreateFlowLogsResponse
        public  CreateFlowLogsResponse EndCreateFlowLogs(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateFlowLogsResponse>(asyncResult);
        }
AmazonEC2Client