Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <WebServiceAttribute(Namespace := "http://www.catalinatechnology.com/services/ctAC/"), _ ObfuscationAttribute(Exclude := False, ApplyToMembers := True, Feature := "encrypt-strings")> Public Class common Inherits baseServiceAC |
| C# |
|---|
| [WebServiceAttribute(Namespace = "http://www.catalinatechnology.com/services/ctAC/")] [ObfuscationAttribute(Exclude = False, ApplyToMembers = True, Feature = "encrypt-strings")] public class common : baseServiceAC |
| C++ |
|---|
| [WebServiceAttribute(Namespace = L"http://www.catalinatechnology.com/services/ctAC/")] [ObfuscationAttribute(Exclude = False, ApplyToMembers = True, Feature = L"encrypt-strings")] ref class common : baseServiceAC |
| J# |
|---|
| /** @attribute WebServiceAttribute(Namespace = "http://www.catalinatechnology.com/services/ctAC/") */ /** @attribute ObfuscationAttribute(Exclude = False, ApplyToMembers = True, Feature = "encrypt-strings") */ public class common extends baseServiceAC |
| JScript |
|---|
| public WebServiceAttribute(Namespace = "http://www.catalinatechnology.com/services/ctAC/") ObfuscationAttribute(Exclude = False, ApplyToMembers = True, Feature = "encrypt-strings") class common extends baseServiceAC |
Inheritance Hierarchy
System.Object
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
ctAC.baseServiceAC
ctAC.common
System.ComponentModel.MarshalByValueComponent
System.Web.Services.WebService
ctAC.baseServiceAC
ctAC.common
Thread Safety
Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.