PublishServiceCallback Delegate

.NET Framework (current version)
 

A delegate that references a method that publishes an instance of a service.

Namespace:   System.Activities.Presentation
Assembly:  System.Activities.Presentation (in System.Activities.Presentation.dll)

public delegate Object^ PublishServiceCallback(
	Type^ serviceType
)

Parameters

serviceType
Type: System::Type^

The type of the service to publish.

Return Value

Type: System::Object^

An instance of the published service.

.NET Framework
Available since 4.0
Return to top
Show: