Méthode | Description | |
---|---|---|
__enter__ ( ) : object | ||
__exit__ ( CodeContext context ) : void | ||
acquire ( ) : object | ||
acquire ( object waitflag ) : object | ||
locked ( ) : bool | ||
release ( CodeContext context ) : void |
Méthode | Description | |
---|---|---|
CreateBlockEvent ( ) : void |
public __exit__ ( CodeContext context ) : void | ||
context | CodeContext | |
Résultat | void |
public acquire ( object waitflag ) : object | ||
waitflag | object | |
Résultat | object |
public release ( CodeContext context ) : void | ||
context | CodeContext | |
Résultat | void |