Service.SubscriptionOp 委托

定义

protected: delegate void Service::SubscriptionOp(ServiceEvent ^ % target, ServiceEvent ^ operand);
protected delegate void Service.SubscriptionOp(ref ServiceEvent target, ServiceEvent operand);
Protected Delegate Sub Service.SubscriptionOp(ByRef target As ServiceEvent, operand As ServiceEvent)

参数

target
ServiceEvent
operand
ServiceEvent

适用于