Interface ISessionDetail
Update the session details for given names. The new details will be saved in .sse file.
Namespace: MAT.AtlasSessionApi
Assembly: MAT.AtlasSessionApi.dll
Syntax
public interface ISessionDetail
Methods
Update(String, String)
Update the session detail for the given name.
Declaration
void Update(string detailName, string detailValue)
Parameters
Type | Name | Description |
---|---|---|
System.String | detailName | Detail name. |
System.String | detailValue | Detail value. |
Update(String[], String[])
Update the session details for given names.
Declaration
void Update(string[] detailNames, string[] detailValues)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | detailNames | Array of detail names. |
System.String[] | detailValues | Array of detail values. |