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