Message Constructor (IExtensionBase, String, String, String, String, Int32) |
Initializes a new instance of the
Message class.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Message(
IExtensionBase source,
string sender,
string recipient,
string content,
string contentType,
int hopCount
)
Public Sub New (
source As IExtensionBase,
sender As String,
recipient As String,
content As String,
contentType As String,
hopCount As Integer
)
public:
Message(
IExtensionBase^ source,
String^ sender,
String^ recipient,
String^ content,
String^ contentType,
int hopCount
)
new :
source : IExtensionBase *
sender : string *
recipient : string *
content : string *
contentType : string *
hopCount : int -> Message
Parameters
- source
- Type: Ozeki.VoIPIExtensionBase
The extension who sent the message. - sender
- Type: SystemString
The sender who sent the message. - recipient
- Type: SystemString
The recepient of the message set by the sender. - content
- Type: SystemString
Content of the message. - contentType
- Type: SystemString
Content type of the message. - hopCount
- Type: SystemInt32
A time-to-live value is decremented when message is precessed.
See Also