ArcFM Desktop Developer Guide
OpenExisting(String,MutexRights) Method


The name of a system-wide named mutex object.
A combination of MutexRights values that represent the desired security access.
Opens an existing named mutex."/>
Syntax
'Declaration
 
Public Overloads Shared Function OpenExisting( _
   ByVal name As String, _
   ByVal rights As MutexRights _
) As Mutex
'Usage
 
Dim name As String
Dim rights As MutexRights
Dim value As Mutex
 
value = SessionMutexFactory.OpenExisting(name, rights)
public static Mutex OpenExisting( 
   string name,
   MutexRights rights
)

Parameters

name
The name of a system-wide named mutex object.
rights
A combination of MutexRights values that represent the desired security access.

Return Value

A named (per-session) mutex.
Requirements

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.

See Also

Reference

SessionMutexFactory Class
SessionMutexFactory Members
Overload List

 

 


Send Comment