Stream.Application
Stream.Application
Stream.Application.AcknowledgeAllAlarms
string AcknowledgeAllAlarms()
Acknowledge All Alarms
Parameters
This function takes no parameters.
Returns
string
Example
var result = Stream.Application.AcknowledgeAllAlarms();
Stream.Application.FlushHistorical
string FlushHistorical(string Model)
Flush Historical
Parameters
This function takes no parameters.
Returns
string
Example
var result = Stream.Application.FlushHistorical("Model");
Stream.Application.GetAppPath
string GetAppPath()
Gets the current Stream application folder path
Parameters
This function takes no parameters.
Returns
string
Example
var result = Stream.Application.GetAppPath();
Stream.Application.GetCurrentStreamUser
string GetCurrentStreamUser()
Gets the current Stream user name
Parameters
This function takes no parameters.
Returns
string
Example
var result = Stream.Application.GetCurrentStreamUser();
Stream.Application.GetGroups
List<string> GetGroups()
Return list of Groups Names
Parameters
This function takes no parameters.
Returns
List<string>
Example
var result = Stream.Application.GetGroups();
Stream.Application.GetTags
List<Tag> GetTags()
Return list of Tags Collection
Parameters
This function takes no parameters.
Returns
List<Tag>
Example
var result = Stream.Application.GetTags();