Amazon.EC2.AmazonEC2Client.EndCreateFlowLogs C# (CSharp) Method

EndCreateFlowLogs() public method

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