EventPackage Constructor (String, String, IEnumerableString, String) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public EventPackage(
string eventType,
string contentType,
IEnumerable<string> parameters,
string body
)
Public Sub New (
eventType As String,
contentType As String,
parameters As IEnumerable(Of String),
body As String
)
public:
EventPackage(
String^ eventType,
String^ contentType,
IEnumerable<String^>^ parameters,
String^ body
)
new :
eventType : string *
contentType : string *
parameters : IEnumerable<string> *
body : string -> EventPackage
Parameters
- eventType
- Type: SystemString
- contentType
- Type: SystemString
- parameters
- Type: System.Collections.GenericIEnumerableString
- body
- Type: SystemString
See Also