PublishServiceCallback(TServiceType) 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(Of TServiceType) As TServiceType
'Usage
Dim instance As New PublishServiceCallback(Of TServiceType)(AddressOf HandlerMethod)
public delegate TServiceType PublishServiceCallback<TServiceType>()
generic<typename TServiceType>
public delegate TServiceType PublishServiceCallback()
type PublishServiceCallback = 
    delegate of unit -> 'TServiceType
JScript does not support generic types and methods.

Type Parameters

  • TServiceType

Return Value

Type: TServiceType

See Also

Reference

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