10 private readonly IPEndPoint lockedBy;
11 private readonly
bool lockSuccessful;
Event arguments for cluster resource events.
object State
State object passed on to the original request.
string Resource
Resource name
Event arguments for cluster resource lock events.
IPEndPoint LockedBy
If lock was not successful, this is the endpoint that has the resource locked. If null,...
ClusterResourceLockEventArgs(string Resource, bool LockSuccessful, IPEndPoint LockedBy, object State)
Event arguments for cluster resource lock events.
bool LockSuccessful
If the lock operation was successful or not. If not, LockedBy contains information about what endpoin...