AbstractLocalCallSendInstantMessage Method (String, String) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic abstract bool SendInstantMessage(
string content,
string contentType
)
Public MustOverride Function SendInstantMessage (
content As String,
contentType As String
) As Boolean
public:
virtual bool SendInstantMessage(
String^ content,
String^ contentType
) abstract
abstract SendInstantMessage :
content : string *
contentType : string -> bool
Parameters
- content
- Type: SystemString
- contentType
- Type: SystemString
Return Value
Type:
BooleanImplements
ICallSendInstantMessage(String, String)
See Also