C#
VB
C++
The context agent service is the base implementation for CCOW web agents services.
[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
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET