←Select platform

CcowContextAgentService Class

Summary

The context agent service is the base implementation for CCOW web agents services.

Syntax

C#
VB
C++
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults=true, ConcurrencyMode=0, InstanceContextMode=2)] 
[AspNetCompatibilityRequirementsAttribute(RequirementsMode=1)] 
public abstract class CcowContextAgentService : ICcowContextAgentService, IBaseService 
<ServiceBehaviorAttribute(IncludeExceptionDetailInFaults=True, InstanceContextMode=InstanceContextMode.Single)> 
<AspNetCompatibilityRequirementsAttribute(AspNetCompatibilityRequirementsMode.Allowed)> 
Public MustInherit Class CcowContextAgentService  
   Implements Leadtools.Ccow.Services.IBaseService, Leadtools.Ccow.Services.ICcowContextAgentService  
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults=true, InstanceContextMode=InstanceContextMode.Single)] 
[AspNetCompatibilityRequirementsAttribute(AspNetCompatibilityRequirementsMode.Allowed)] 
public ref class CcowContextAgentService abstract : public Leadtools.Ccow.Services.IBaseService, Leadtools.Ccow.Services.ICcowContextAgentService   

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly