Are your channels on the same device, or different devices? If they're on the same device, then you'd just use one call to WFM_Op. If you're using multiple devices, you can't use WFM_Op, because it is a synchronous function. You'll have to use the lower-level WFM_Load & WFM_Group_Control asynchronous functions.
--Joe