[This is preliminary documentation and is subject to change.]
Trigger the Client.
| C# | Visual Basic | Visual C++ |
public bool TriggerClient( ActorName actorName, BaseTrigger trigger, bool awaitCompletion )
Public Function TriggerClient ( _ actorName As ActorName, _ trigger As BaseTrigger, _ awaitCompletion As Boolean _ ) As Boolean
public: virtual bool TriggerClient( ActorName^ actorName, BaseTrigger^ trigger, bool awaitCompletion ) sealed
- actorName (ActorName)
- Destination Actor Name.
- trigger (BaseTrigger)
- Trigger message.
- awaitCompletion (Boolean)
- Boolean indicating whether this a synchronous call or not.
Boolean indicating success or failure.