|
IaonSessionOnStatusMessage(Object, String, UpdateType) Method
|
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.248-beta
Syntaxprotected virtual void OnStatusMessage(
Object sender,
string status,
UpdateType type = UpdateType.Information
)
Protected Overridable Sub OnStatusMessage (
sender As Object,
status As String,
Optional type As UpdateType = UpdateType.Information
)
protected:
virtual void OnStatusMessage(
Object^ sender,
String^ status,
UpdateType type = UpdateType::Information
)
abstract OnStatusMessage :
sender : Object *
status : string *
?type : UpdateType
(* Defaults:
let _type = defaultArg type UpdateType.Information
*)
-> unit
override OnStatusMessage :
sender : Object *
status : string *
?type : UpdateType
(* Defaults:
let _type = defaultArg type UpdateType.Information
*)
-> unit
function OnStatusMessage(sender, status, type);
View SourceParameters
- sender Object
- Object source raising the event.
- status String
- New status message.
- type UpdateType (Optional)
- UpdateType of status message.
See Also