Ejemplo n.º 1
0
 internal AgentHuntResult(Agent agent, string ConversationId)
 {
     _conversationId = ConversationId;
     _agent          = agent;
 }
Ejemplo n.º 2
0
 internal TryCommitAgentAsyncResult(HuntForAgentAsyncResult huntForAgentAsyncResult, Agent agent, AsyncCallback callBack, object state)
     : base(callBack, state)
 {
     _huntForAgentAsyncResult = huntForAgentAsyncResult;
     _agent = agent;
 }