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