Method RegisterAllNetworkUpdates
RegisterAllNetworkUpdates(INetworkUpdateSystem)
Registers a network update system to be executed in all network update stages.
Declaration
public static void RegisterAllNetworkUpdates(this INetworkUpdateSystem updateSystem)
Parameters
| Type | Name | Description |
|---|---|---|
| INetworkUpdateSystem | updateSystem | The INetworkUpdateSystem implementation to register for all network updates |