Overload | Description |
---|---|
SendData(Dictionary<String,Object>,String) | Sends data to the entry. The exact results produced by calling SendData are defined by the execution method. For example, calling SendData for a Workflow will resume the a bookmark named dataName, passing it the dataValue. |
SendData(Dictionary<String,Object>,String,String) | Sends data to the entry. The exact results produced by calling SendData are defined by the execution method. For example, calling SendData for a Workflow will resume the a bookmark named dataName, passing it the dataValue. |
SendData(Int32,Dictionary<String,Object>,String,String,Server) | Sends data to the entry with the specified entry number. The exact results produced by calling SendData are defined by the execution method. For example, calling SendData for a Workflow will resume the a bookmark named dataName, passing it the dataValue. |