IMVSynchronization::Provision Method

The Provision method evaluates connected objects in response to a change to a metaverse object.

Syntax

C#
public void Provision(
  MVEntry mventry
);
Visual Basic .NET
Public Sub Provision( _
  ByVal mventry As MVEntry _
)
Implements IMVSynchronization.Provision

Parameters

mventry
[in]

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

Return Value

This method does not return a value.

Exceptions

Exception typeCondition
EntryPointNotImplementedException

The rules extension does not implement this method.

UnexpectedDataException

The method received unexpected data.

Requirements

ProductILM 2007 FP1
NamespaceMicrosoft.MetadirectoryServices
AssemblyMicrosoft.MetadirectoryServices
.NET Framework.NET Framework 2.0

See Also

IMVSynchronization
MVEntry
Example: Creating a New Connector or Renaming an Existing Connector


Send comments about this topic to Microsoft

Build date: 2/16/2009

Tags :


Page view tracker