SyncSetCount Method (IMSync)
number of synchronous objects
sets number of synchronous objects
Syntax
Sub SyncSetCount( _
   ByVal _nSyncCount As Integer _
) 
void SyncSetCount( 
   int _nSyncCount
)
procedure SyncSetCount( 
    _nSyncCount: Integer
); 
void SyncSetCount( 
   int _nSyncCount
) 

Parameters

_nSyncCount
number of synchronous objects
Example

See Also

Reference

IMSync Interface
IMSync Members