SubscribeServiceCallback Delegate

.NET Framework (current version)
 

Represents a delegate that is a callback for service subscriptions.

Namespace:   System.Activities.Presentation
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
Return to top
Show: