Web Pub Sub
Operations
| Add Connections To Groups | 
				 向多个组添加筛选的连接。  | 
		
| Add Connection To Group | 
				 将连接添加到目标组。  | 
		
| Add User To Group | 
				 将用户添加到目标组。  | 
		
| Check Permission | 
				 检查连接是否具有对指定操作的权限。  | 
		
| Close All Connections | 
				 关闭中心内的连接。  | 
		
| Close Connection | 
				 关闭客户端连接。  | 
		
| Close Group Connections | 
				 关闭特定组中的连接。  | 
		
| Close User Connections | 
				 关闭特定用户的连接。  | 
		
| Connection Exists | 
				 检查是否存在与给定 connectionId 的连接。  | 
		
| Generate Client Token | 
				 为客户端生成令牌以连接 Azure Web PubSub 服务。  | 
		
| Grant Permission | 
				 授予对连接的权限。  | 
		
| Group Exists | 
				 检查给定组中是否存在任何客户端连接  | 
		
| Remove Connection From All Groups | 
				 从所有组中删除连接。  | 
		
| Remove Connection From Group | 
				 从目标组中删除连接。  | 
		
| Remove Connections From Groups | 
				 从多个组中删除筛选的连接。  | 
		
| Remove User From All Groups | 
				 从所有组中删除用户。  | 
		
| Remove User From Group | 
				 从目标组中删除用户。  | 
		
| Revoke Permission | 
				 撤消连接的权限。  | 
		
| Send To All | 
				 将请求正文内的内容广播到所有连接的客户端连接。  | 
		
| Send To Connection | 
				 将请求正文内的内容发送到特定连接。  | 
		
| Send To Group | 
				 将请求正文内的内容发送到一组连接。  | 
		
| Send To User | 
				 将请求正文内的内容发送给特定用户。  | 
		
| User Exists | 
				 检查是否为给定用户连接了任何客户端连接。  |