NetworkAuthenticationServerBaseDeleteAccount 方法 |
删除一个账户的信息
Delete an account's information
命名空间:
HslCommunication.Core.Net
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public void DeleteAccount(
string userName
)
Public Sub DeleteAccount (
userName As String
)
public:
void DeleteAccount(
String^ userName
)
member DeleteAccount :
userName : string -> unit
参数
- userName
- 类型:SystemString
账户名称
参见