SyncGetCount Method (MSyncClass)
number of synchronous objects
gets number of synchronous objects
Syntax
Public Overridable Sub SyncGetCount( _
   ByRef _pnSyncCount As Integer _
) 
public virtual void SyncGetCount( 
   out int _pnSyncCount
)
public procedure SyncGetCount( 
   Out  _pnSyncCount: Integer
); virtual; 
public: virtual void SyncGetCount( 
   [PARAMFLAG::Out] int _pnSyncCount
) 

Parameters

_pnSyncCount
number of synchronous objects
Example

See Also

Reference

MSyncClass Class
MSyncClass Members