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