LocalCallWrapperSendInstantMessage Method (String) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public override bool SendInstantMessage(
string content
)
Public Overrides Function SendInstantMessage (
content As String
) As Boolean
public:
virtual bool SendInstantMessage(
String^ content
) override
abstract SendInstantMessage :
content : string -> bool
override SendInstantMessage :
content : string -> bool
Parameters
- content
- Type: SystemString
Return Value
Type:
BooleanImplements
ICallSendInstantMessage(String)See Also