Member Junction
    Preparing search index...

    Interface IRealtimeChannelServerDataAware

    Implemented by server-side channel plugins that need MJ data access for their session-start work. The host calls SetSessionDataContext once, after Initialize(ctx) and before OnSessionStarted(), with the SAME contextUser + provider the session authenticated on.

    interface IRealtimeChannelServerDataAware {
        SetSessionDataContext(
            contextUser: UserInfo,
            provider: IMetadataProvider,
        ): void;
    }

    Implemented by

    Index

    Methods