This document is archived and information here might be outdated. Recommended version. |
Gets the nth synchronizer.
[Visual Basic .NET] Public Function GetSynchronizer ( _ ByVal Index As Integer _ ) As IMetadataSynchronizer
[C#] public IMetadataSynchronizer GetSynchronizer ( int Index );
[C++]
HRESULT GetSynchronizer(
long Index
);
[C++]
Parameters Index [in]
Index is a parameter of type long
The GetSynchronizer method provides a reference to the IMetadataSynchronizer object.
Because the GetSynchronizer method uses an index to get the desired synchronizer, the IMetadataSynchronizerManager::NumSynchronizers property and IMetadataSynchronizer::Name are often used to first specify the metadata sychronizer of choice.