Photon Server API Documentation v5.0RC1

Public Member Functions | List of all members
ExitGames.Concurrency.Core.ISubscriptionRegistry Interface Reference

Allows for the registration and deregistration of subscriptions /summary> More...

Inheritance diagram for ExitGames.Concurrency.Core.ISubscriptionRegistry:
ExitGames.Concurrency.Fibers.IFiber ExitGames.Concurrency.Fibers.GuiFiber ExitGames.Concurrency.Fibers.IExtendedFiber ExitGames.Concurrency.Fibers.PoolFiber ExitGames.Concurrency.Fibers.StubFiber ExitGames.Concurrency.Fibers.ThreadFiber ExitGames.Concurrency.Fibers.ExtendedPoolFiber ExitGames.Concurrency.Fibers.ExtendedPoolFiber

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)
 

Detailed Description

Allows for the registration and deregistration of subscriptions /summary>

Member Function Documentation

◆ DeregisterSubscription()

bool ExitGames.Concurrency.Core.ISubscriptionRegistry.DeregisterSubscription ( IDisposable  toRemove)

◆ RegisterSubscription()

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.