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