[AdapterCommandAttribute("Sends a notification to all subscribers.", new string[] { ... })]
publicvirtualvoidSendNotification(
stringmessage
)
<AdapterCommandAttribute("Sends a notification to all subscribers.", New String() { ... })>
PublicOverridableSubSendNotification (
messageAsString
)
public:
[AdapterCommandAttribute(L"Sends a notification to all subscribers.", __gc new array<String^>^ { ... })]
virtualvoidSendNotification(
String^ message
)
[<AdapterCommandAttribute("Sends a notification to all subscribers.", new string[] { ... })>]
abstractSendNotification :
message : string->unit
[<AdapterCommandAttribute("Sends a notification to all subscribers.", new string[] { ... })>]
overrideSendNotification :
message : string->unit