Click or drag to resize
PoolTCall Method (ActionT, String, String)
call

Namespace: Adf
Assembly: Adf (in Adf.dll) Version: 4.1.5549.27750
Syntax
public void Call(
	Action<T> action,
	string hashkey,
	string memberId
)

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