Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Provision method evaluates connected objects in response to a change to a metaverse object.
Syntax
public void Provision(
MVEntry mventry
);
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 type | Condition |
---|---|
EntryPointNotImplementedException | The rules extension does not implement this method. |
UnexpectedDataException | The method received unexpected data. |
Requirements
Product | ILM 2007 FP1 |
Namespace | Microsoft.MetadirectoryServices |
Assembly | Microsoft.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