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.
public  
System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true) 
class ConnectorLicenseDetail 
extends MarshalByRefObject
This language is not supported or no code example is available.
Name Description
Public property ConnectorLicenseId
Public property 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
Top
Methods
 
Name Description
Public method 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).
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (inherited from MarshalByRefObject).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Public method InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (inherited from MarshalByRefObject).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Protected method MemberwiseClone(Boolean) Creates a shallow copy of the current MarshalByRefObject object. (inherited from MarshalByRefObject).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
SynergyServerScripting.Connectors.ConnectorLicenseDetail

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition