Method | Description | |
---|---|---|
AddUserToSession ( int id, string username ) : void | ||
CreateSession ( |
||
DeleteSession ( int id ) : void | ||
ExcelSessionManager ( ILog log, IHubContext hubContext ) : System | ||
GetAllSessions ( ) : IEnumerable |
||
GetSession ( int id ) : ExcelWorkbookSession | ||
GetSession ( string sessionName ) : ExcelWorkbookSession | ||
GetSessionsForUser ( string username ) : IEnumerable |
||
InitializeSession ( int id ) : void | ||
RemoveUserFromSession ( int id, string username ) : void | ||
UpdateSession ( int id, |
Method | Description | |
---|---|---|
MySessionOnCellValueChanged ( object sender, |
||
MySessionOnNameValueChanged ( object sender, |
public AddUserToSession ( int id, string username ) : void | ||
id | int | |
username | string | |
return | void |
public CreateSession ( |
||
session | ||
return | ExcelWorkbookSession |
public ExcelSessionManager ( ILog log, IHubContext hubContext ) : System | ||
log | ILog | |
hubContext | IHubContext | |
return | System |
public GetSession ( int id ) : ExcelWorkbookSession | ||
id | int | |
return | ExcelWorkbookSession |
public GetSession ( string sessionName ) : ExcelWorkbookSession | ||
sessionName | string | |
return | ExcelWorkbookSession |
public GetSessionsForUser ( string username ) : IEnumerable |
||
username | string | |
return | IEnumerable |
public RemoveUserFromSession ( int id, string username ) : void | ||
id | int | |
username | string | |
return | void |
public UpdateSession ( int id, |
||
id | int | |
session | ||
return |