[EnterpriseEditionAttribute]
public class EventBus
<EnterpriseEditionAttribute>
Public Class EventBus
[<EnterpriseEditionAttribute>]
type EventBus = class end
EventBus | 构造函数 |
AddEvent | 添加事件 |
CanRaiseEvent | 是否有权限触发事件。 |
Clear | 清除所有事件 |
ContainsEvent | 是否包含该事件 |
Equals | Determines whether the specified object is equal to the current object. (继承自 Object。) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。) |
GetEvents | 获取所有事件名称 |
GetHashCode | Serves as the default hash function. (继承自 Object。) |
GetType | Gets the Type of the current instance. (继承自 Object。) |
MemberwiseClone | Creates a shallow copy of the current Object. (继承自 Object。) |
RemoveEvent | 移除事件 |
SubscribeEvent | 订阅事件 |
ToString | Returns a string that represents the current object. (继承自 Object。) |
UnsubscribeEvent | 移除订阅 |
Map | (由 Mapper 定义。) |
Map | (由 Mapper 定义。) |
MapTTarget | (由 Mapper 定义。) |
ToJsonString |
转换为Json
(由 SerializeConvert 定义。) |