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

EndDeleteFlowLogs() public method

Finishes the asynchronous execution of the DeleteFlowLogs operation.
public EndDeleteFlowLogs ( IAsyncResult asyncResult ) : DeleteFlowLogsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteFlowLogs.
return DeleteFlowLogsResponse
        public  DeleteFlowLogsResponse EndDeleteFlowLogs(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteFlowLogsResponse>(asyncResult);
        }
AmazonEC2Client