[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults=true, InstanceContextMode=InstanceContextMode.Single)]
[AspNetCompatibilityRequirementsAttribute(AspNetCompatibilityRequirementsMode.Allowed)]
public abstract class CcowContextAgentService : IBaseService, ICcowContextAgentService
'Declaration
<ServiceBehaviorAttribute(IncludeExceptionDetailInFaults=True, InstanceContextMode=InstanceContextMode.Single)>
<AspNetCompatibilityRequirementsAttribute(AspNetCompatibilityRequirementsMode.Allowed)>
Public MustInherit Class CcowContextAgentService
Implements IBaseService, ICcowContextAgentService
'Usage
Dim instance As CcowContextAgentService
[ServiceBehaviorAttribute(IncludeExceptionDetailInFaults=true, InstanceContextMode=InstanceContextMode.Single)]
[AspNetCompatibilityRequirementsAttribute(AspNetCompatibilityRequirementsMode.Allowed)]
public ref class CcowContextAgentService abstract : public IBaseService, ICcowContextAgentService