Microsoft Identity Integration Server 2003 Developer Reference

IMVSynchronization.Provision

The Provision method evaluates connected objects in response to a change to a metaverse object.
[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 Values

This method has no return values.

Exceptions

Exception type Condition
EntryPointNotImplementedException The rules extension does not implement this method.
UnexpectedDataException The method received unexpected data.

Requirements

Product: Microsoft Identity Integration Server 2003
Namespace: Defined in Microsoft.MetadirectoryServices.
Assembly: Requires Microsoft.MetadirectoryServices (in Microsoft.MetadirectoryServices.dll).
.NET Framework: Requires .NET Framework 1.1.

See Also

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