[This is preliminary documentation and is subject to change.]
Removes the first occurrence of a specific ActorConnection from the ActorConnectionCollection.
| C# | Visual Basic | Visual C++ |
public void Remove( ActorConnection value )
Public Sub Remove ( _ value As ActorConnection _ )
public: void Remove( ActorConnection^ value )
- value (ActorConnection)
- The ActorConnection to remove from the ActorConnectionCollection.