SubscribeServiceCallback Delegate
.NET Framework (current version)
Represents a delegate that is a callback for service subscriptions.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
public delegate void SubscribeServiceCallback( Type^ serviceType, Object^ serviceInstance )
Parameters
- serviceType
-
Type:
System::Type^
The type of the service to subscribe to.
- serviceInstance
-
Type:
System::Object^
The instance of the service to subscribe to.
.NET Framework
Available since 4.0
Available since 4.0
Show: