[This is preliminary documentation and is subject to change.]
Enable the connection to a specific actor.
| C# | Visual Basic | Visual C++ |
public bool Enable( ActorTypeEnum actorType, string id )
Public Function Enable ( _ actorType As ActorTypeEnum, _ id As String _ ) As Boolean
public: bool Enable( ActorTypeEnum actorType, String^ id )
- actorType (ActorTypeEnum)
- Destination actor type.
- id (String)
- Destination actor id.
bool - destination enabled true/false. False indicates that the destination actor was not found.