Method | Description | |
---|---|---|
AddContext ( int observerId, object context ) : void | ||
GetContext ( int observerId ) : object | ||
IssueId ( ) : int | ||
RemoveContext ( int observerId ) : bool |
public AddContext ( int observerId, object context ) : void | ||
observerId | int | |
context | object | |
return | void |
public GetContext ( int observerId ) : object | ||
observerId | int | |
return | object |
public RemoveContext ( int observerId ) : bool | ||
observerId | int | |
return | bool |