ConnectorLicenseDetail Class
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _
Public Class ConnectorLicenseDetail
Inherits MarshalByRefObject
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public class ConnectorLicenseDetail : MarshalByRefObject
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public ref class ConnectorLicenseDetail : public MarshalByRefObject^
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
ConnectorLicenseId | |
|
RequiresLicense | Indicates whether the server must have a valid license that matches the ConnectorLicenseId in order to run. true: requires a valid license false: connector can run, no license is required |
| Name | Description | |
|---|---|---|
|
CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (inherited from MarshalByRefObject). |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
|
GetHashCode | Serves as the default hash function. (inherited from Object). |
|
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject). |
|
GetType | Gets the Type of the current instance. (inherited from Object). |
|
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject). |
|
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
|
MemberwiseClone(Boolean) | Creates a shallow copy of the current MarshalByRefObject object. (inherited from MarshalByRefObject). |
|
ToString | Returns a string that represents the current object. (inherited from Object). |