Photon Server API Documentation
v5.0RC1
Allows for the registration and deregistration of subscriptions /summary> More...
Public Member Functions | |
| void | RegisterSubscription (IDisposable toAdd) |
| Register subscription to be unsubcribed from when the fiber is disposed. /summary> param name="toAdd"> More... | |
| bool | DeregisterSubscription (IDisposable toRemove) |
Allows for the registration and deregistration of subscriptions /summary>
| bool ExitGames.Concurrency.Core.ISubscriptionRegistry.DeregisterSubscription | ( | IDisposable | toRemove | ) |
Implemented in ExitGames.Concurrency.Fibers.PoolFiber.
| void ExitGames.Concurrency.Core.ISubscriptionRegistry.RegisterSubscription | ( | IDisposable | toAdd | ) |
Register subscription to be unsubcribed from when the fiber is disposed. /summary> param name="toAdd">
summary> Deregister a subscription. /summary> param name="toRemove">
returns>
Implemented in ExitGames.Concurrency.Fibers.PoolFiber.