Quilt4.Service.WebApiApplication.SessionHandler_SessionRegistrationCompletedEvent C# (CSharp) Method

SessionHandler_SessionRegistrationCompletedEvent() private method

private SessionHandler_SessionRegistrationCompletedEvent ( object sender, Quilt4Net e ) : void
sender object
e Quilt4Net
return void
        private void SessionHandler_SessionRegistrationCompletedEvent(object sender, Quilt4Net.Core.Events.SessionRegistrationCompletedEventArgs e)
        {
            if (!e.Result.IsSuccess)
            {
                LogException(e.Result.Exception, LogLevel.SystemError);
            }
        }