コード例 #1
0
 public virtual GetServiceOptionsResponse GetServiceOptions(Agent agent, GetServiceOptionsRequest getServiceOptionsRequest)
 {
     return(AgentConnect.GetServiceOptions(agent, getServiceOptionsRequest));
 }
コード例 #2
0
 public virtual async Task <GetServiceOptionsResponse> GetServiceOptionsAsync(Agent agent, GetServiceOptionsRequest getServiceOptionsRequest)
 {
     return(await AgentConnect.GetServiceOptionsAsync(agent, getServiceOptionsRequest));
 }
コード例 #3
0
        public GetServiceOptionsResponse GetServiceOptions(GetServiceOptionsRequest getServiceOptionsRequest)
        {
            var agent = AuthIntegration.GetAgent();

            return(_agentConnect.GetServiceOptions(agent, getServiceOptionsRequest));
        }