Пример #1
0
 /// <summary>
 /// Called by the <see cref="AppLoader" /> when the application has been assigned a new call session.
 /// </summary>
 /// <param name="context">The application context.</param>
 internal void OnNewCallSession(AppContext context)
 {
     Switch.RaiseCallSessionEvent(new CallSessionArgs(new CallSession(context.Session), context.Arguments));
 }