Provides access to events for connecting and disconnecting network features.
Members
Name | Description | |
---|---|---|
OnConnect | Preparation for connecting a NetworkFeature to another. | |
OnDisconnect | Preparation for disconnecting a NetworkFeature from another. |
INetworkFeatureEvents.OnConnect Method
Preparation for connecting a NetworkFeature to another.
Public Sub OnConnect ( _
)
public void OnConnect (
);
Remarks
OnConnect is not currently implemented.
INetworkFeatureEvents.OnDisconnect Method
Preparation for disconnecting a NetworkFeature from another.
Public Sub OnDisconnect ( _
)
public void OnDisconnect (
);
Remarks
OnDisconnect is not currently implemented.
Classes that implement INetworkFeatureEvents
Classes | Description |
---|