Share via


CreateFabricClientDelegate Delegate

Definition

Represents a delegate to create a FabricClient object.

public delegate System.Fabric.FabricClient CreateFabricClientDelegate();
type CreateFabricClientDelegate = delegate of unit -> FabricClient
Public Delegate Function CreateFabricClientDelegate() As FabricClient 

Return Value

FabricClient

Applies to