C# Class Paralect.ServiceBus.MutexFactory

Afficher le fichier Open project: paralect/Paralect.ServiceBus Class Usage Examples

Méthodes publiques

Méthode Description
CreateMutexWithFullControlRights ( String name, System.Boolean &createdNew ) : Mutex
LockByMutex ( String name, System.Action action ) : void

Method Details

CreateMutexWithFullControlRights() public static méthode

public static CreateMutexWithFullControlRights ( String name, System.Boolean &createdNew ) : Mutex
name String
createdNew System.Boolean
Résultat System.Threading.Mutex

LockByMutex() public static méthode

public static LockByMutex ( String name, System.Action action ) : void
name String
action System.Action
Résultat void