Prompt to create Profiler session per server (#2303)

* Null check getXEventSessions return value

* Profiler state WIP

* Fix various bugs getting session state
This commit is contained in:
Karl Burtram
2018-08-23 15:33:23 -04:00
committed by GitHub
parent befa34790f
commit 70d47c1757
3 changed files with 79 additions and 13 deletions

View File

@@ -109,6 +109,12 @@ export interface IProfilerService {
* otherwise returns all session templates
*/
getSessionTemplates(providerId?: string): Array<IProfilerSessionTemplate>;
/**
* Gets the session view state
* @param sessionId The session ID to get the view state for
* @returns Sessions view state
*/
getSessionViewState(sessionId: string): any;
/**
* Launches the dialog for editing the view columns of a profiler session template for the given input
* @param input input object that contains the necessary information which will be modified based on used input