Miner.System Assembly > Miner.Threading Namespace > SessionMutexFactory Class > Create Method : Create(Boolean,String,Boolean,MutexSecurity) Method |
'Declaration Public Overloads Shared Function Create( _ ByVal initiallyOwned As Boolean, _ ByVal name As String, _ ByRef createdNew As Boolean, _ ByVal mutexSecurity As MutexSecurity _ ) As Mutex
'Usage Dim initiallyOwned As Boolean Dim name As String Dim createdNew As Boolean Dim mutexSecurity As MutexSecurity Dim value As Mutex value = SessionMutexFactory.Create(initiallyOwned, name, createdNew, mutexSecurity)
public static Mutex Create( bool initiallyOwned, string name, out bool createdNew, MutexSecurity mutexSecurity )
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.