PoolTCall Method (ActionT, String, String) |
call
Namespace: AdfAssembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax public void Call(
Action<T> action,
string hashkey,
string memberId
)
Public Sub Call (
action As Action(Of T),
hashkey As String,
memberId As String
)
public:
void Call(
Action<T>^ action,
String^ hashkey,
String^ memberId
)
member Call :
action : Action<'T> *
hashkey : string *
memberId : string -> unit
Parameters
- action
- Type: SystemActionT
[Missing <param name="action"/> documentation for "M:Adf.Pool`1.Call(System.Action{`0},System.String,System.String)"]
- hashkey
- Type: SystemString
null is no hash - memberId
- Type: SystemString
null is no memberid
See Also