LazyLoading.SetBlockName Method

Sets the name of the block representing the assembly and all its sub-assemblies that will be loaded by this work unit.
Public Sub SetBlockName( _ 
ByVal blockName As String
)
This language is not supported or no code example is available.
public void SetBlockName( 
string blockName 
)
This language is not supported or no code example is available.

Parameters

blockName
string

The name of the block representing the base assembly.

Remarks
 
Call this method before starting the work of this work unit.

.NET Framework

Supported in: 4.8

In this article

Definition