AuthenticationResult Constructor (Boolean) |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic AuthenticationResult(
bool accepted
)
Public Sub New (
accepted As Boolean
)
public:
AuthenticationResult(
bool accepted
)
new :
accepted : bool -> AuthenticationResult
Parameters
- accepted
- Type: SystemBoolean
See Also