void Try()
OETryMutex::Try method attempts to acquires (locks) the OETryMutex.
If the OETryMutex is unlocked, it is locked by this call, becomes owned
by the calling thread, and returns true. If the OEMutex is already locked,
by this or another thread, OETryMutex::Try returns false.