C# 클래스 Paralect.ServiceBus.Utils.MutexFactory

파일 보기 프로젝트 열기: paralect/Paralect.ServiceBus

공개 메소드들

메소드 설명
CreateMutexWithFullControlRights ( String name, System.Boolean &createdNew ) : Mutex
LockByMutex ( String name, System.Action action ) : void

메소드 상세

CreateMutexWithFullControlRights() 공개 정적인 메소드

public static CreateMutexWithFullControlRights ( String name, System.Boolean &createdNew ) : Mutex
name String
createdNew System.Boolean
리턴 System.Threading.Mutex

LockByMutex() 공개 정적인 메소드

public static LockByMutex ( String name, System.Action action ) : void
name String
action System.Action
리턴 void