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