Message(IExtensionBase, String, String, String, String, Int32) Constructor |
Initializes a new instance of the
Message class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxpublic 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 -> MessageParameters
- source IExtensionBase
-
- sender String
-
- recipient String
-
- content String
-
- contentType String
-
- hopCount Int32
-
See Also