Esempio n. 1
0
 public System.Threading.Tasks.Task <GAAPICommon.Core.Dtos.ServiceCallResultDto <GAAPICommon.Core.Dtos.AgentDto[]> > GetAllAgentsInLifetimeStateAsync(GAAPICommon.Architecture.AgentLifetimeState agentLifetimeState)
 {
     return(base.Channel.GetAllAgentsInLifetimeStateAsync(agentLifetimeState));
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task <GAAPICommon.Core.Dtos.ServiceCallResultDto> SetAgentLifetimeStateAsync(int agentId, GAAPICommon.Architecture.AgentLifetimeState desiredState)
 {
     return(base.Channel.SetAgentLifetimeStateAsync(agentId, desiredState));
 }
Esempio n. 3
0
 public GAAPICommon.Core.Dtos.ServiceCallResultDto <GAAPICommon.Core.Dtos.AgentDto[]> GetAllAgentsInLifetimeState(GAAPICommon.Architecture.AgentLifetimeState agentLifetimeState)
 {
     return(base.Channel.GetAllAgentsInLifetimeState(agentLifetimeState));
 }
Esempio n. 4
0
 public GAAPICommon.Core.Dtos.ServiceCallResultDto SetAgentLifetimeState(int agentId, GAAPICommon.Architecture.AgentLifetimeState desiredState)
 {
     return(base.Channel.SetAgentLifetimeState(agentId, desiredState));
 }