Method Define
Define(MaterializationUnit)
Defines (Adds) the materialization unit to this library
public void Define(MaterializationUnit materializationUnit)
Parameters
materializationUnit
MaterializationUnitUnit to add
Remarks
On success, the materializationUnit
is no longer valid.
Ownership is transferred to the JIT. On failure, an exception is thrown
but ownership remains with the caller. The invalidation leaves the Dispose()
call as a NOP and any operations on the unit throw an ObjectDisposedException.