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