Click or drag to resize

SandboxManagerCreateCoreSession Method

Namespace:  AxiomCore2.Managers
Assembly:  AxiomCore2 (in AxiomCore2.dll) Version: 1.0.0
Syntax
C#
public ICoreSession CreateCoreSession(
	SerializableSandboxArgs sandboxArgs,
	IPushNotificationManager pushNotificationManager
)

Parameters

sandboxArgs
Type: AxiomCore2SerializableSandboxArgs
pushNotificationManager
Type: AxiomCore2.ManagersIPushNotificationManager

Return Value

Type: ICoreSession
See Also