IMVSynchronization.Provision Method
Evaluates connected objects in response to a change to a metaverse object.
Namespace: Microsoft.MetadirectoryServices
Assembly: Microsoft.MetadirectoryServicesEx (in Microsoft.MetadirectoryServicesEx.dll)
Usage
'Usage
Dim instance As IMVSynchronization
Dim mventry As MVEntry
instance.Provision(mventry)
Syntax
'Declaration
Sub Provision ( _
mventry As MVEntry _
)
void Provision (
MVEntry mventry
)
void Provision (
MVEntry^ mventry
)
void Provision (
MVEntry mventry
)
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
Reference
IMVSynchronization Interface
IMVSynchronization Members
Microsoft.MetadirectoryServices Namespace
MVEntry
IMVSynchronization Interface
Other Resources
Example: Creating a New Connector or Renaming an Existing Connector