示例#1
0
 public StatementResourceHolder DeallocatePartitioned(int agentInstanceId)
 {
     return(ResourcesPartitioned.Delete(agentInstanceId));
 }
示例#2
0
 public StatementResourceHolder GetPartitioned(int agentInstanceId)
 {
     return(ResourcesPartitioned.Get(agentInstanceId));
 }
示例#3
0
 public void SetPartitioned(int agentInstanceId, StatementResourceHolder statementResourceHolder)
 {
     ResourcesPartitioned.Put(agentInstanceId, statementResourceHolder);
 }
示例#4
0
 public void DeallocatePartitioned(int agentInstanceId)
 {
     ResourcesPartitioned.Remove(agentInstanceId);
 }