InviteResponseArgs Constructor (String, Int32) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public InviteResponseArgs(
string userID,
int responseCode
)
Public Sub New (
userID As String,
responseCode As Integer
)
public:
InviteResponseArgs(
String^ userID,
int responseCode
)
new :
userID : string *
responseCode : int -> InviteResponseArgs
Parameters
- userID
- Type: SystemString
- responseCode
- Type: SystemInt32
See Also