PublishServiceCallback Delegate

Namespace:  Microsoft.Data.Tools.Design.Core.Context
Assembly:  Microsoft.Data.Tools.Design.Core (in Microsoft.Data.Tools.Design.Core.dll)

Syntax

'Declaration
Public Delegate Function PublishServiceCallback ( _
    serviceType As Type _
) As Object
'Usage
Dim instance As New PublishServiceCallback(AddressOf HandlerMethod)
public delegate Object PublishServiceCallback(
    Type serviceType
)
public delegate Object^ PublishServiceCallback(
    Type^ serviceType
)
type PublishServiceCallback = 
    delegate of 
        serviceType:Type -> Object
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

Return Value

Type: System..::..Object

See Also

Reference

Microsoft.Data.Tools.Design.Core.Context Namespace