|
◆ KickBulk() [2/2]
Sends a kick message, with SDS bulk data argument, to a task and blocks the current thread until the reply is received.
- Parameters
-
action | A pointer to the threaded action which is executing this operation. |
name | Name of the action to kick. |
argIn | The SDS Bulk Data segment to be the argument to the obey message. |
notifyBytes | If non-zero, it indicates your action should be notified (using EntryCode::BulkTransferred entries) every time the specified number of bytes are transferred. Note the this effect is somewhat dependent on the target task behavior and you may only receive the final EntryCode::BulkDone message. |
eventProcessor | An object to use to process events. Defaults to a simple event processor that causes the method to return when the kick completes. |
argOut | The reply message argument, if any. An address of and sds::IdPtr is supplied. If you supply a
null pointer, it is ignored. Otherwise, any argument to the kick completion is copied into here.
If there is no argument to the reply, it will refer to a null SDS item. |
References drama::CreateRunDramaTask(), and drama::Path::KickBulk().
|