AbstractLocalCallSendInstantMessage Method (String, String) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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