Evaluates connected objects in response to a change to a metaverse object.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in microsoft.metadirectoryservicesex.dll)

Usage

Visual Basic
Dim instance As IMVSynchronization
Dim mventry As MVEntry

instance.Provision(mventry)

Syntax

Visual Basic
Sub Provision ( _
		mventry As MVEntry _
)
C#
void Provision (
		MVEntry mventry
)
C++
void Provision (
		MVEntry^ mventry
)
J#
void Provision (
		MVEntry mventry
)
JScript
function Provision (
		mventry : MVEntry
)

Parameters

mventry

Contains an MVEntry object that represents the metaverse object that has changed.

Exceptions

Exception type Condition
EntryPointNotImplementedException

The rules extension does not implement this method.

UnexpectedDataException

The method received unexpected data.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also