public void Write(
MessageType type,
string text,
bool urgent,
string topic = null,
string from = null
)
public void Write(
MessageType type,
string text,
bool urgent,
string topic = null,
string from = null
)
Public Sub Write (
type As MessageType,
text As String,
urgent As Boolean,
Optional topic As String = Nothing,
Optional from As String = Nothing
)
Public Sub Write (
type As MessageType,
text As String,
urgent As Boolean,
Optional topic As String = Nothing,
Optional from As String = Nothing
)
public:
virtual void Write(
MessageType type,
String^ text,
bool urgent,
String^ topic = nullptr,
String^ from = nullptr
) sealed
public:
virtual void Write(
MessageType type,
String^ text,
bool urgent,
String^ topic = nullptr,
String^ from = nullptr
) sealed
abstract Write :
type : MessageType *
text : string *
urgent : bool *
?topic : string *
?from : string
(* Defaults:
let _topic = defaultArg topic null
let _from = defaultArg from null
*)
-> unit
override Write :
type : MessageType *
text : string *
urgent : bool *
?topic : string *
?from : string
(* Defaults:
let _topic = defaultArg topic null
let _from = defaultArg from null
*)
-> unit
abstract Write :
type : MessageType *
text : string *
urgent : bool *
?topic : string *
?from : string
(* Defaults:
let _topic = defaultArg topic null
let _from = defaultArg from null
*)
-> unit
override Write :
type : MessageType *
text : string *
urgent : bool *
?topic : string *
?from : string
(* Defaults:
let _topic = defaultArg topic null
let _from = defaultArg from null
*)
-> unit