RemotingSchedulerExporter Class

Quartz.NET 3.0 API Documentation
Scheduler exporter that exports scheduler to remoting context.
Inheritance Hierarchy

SystemObject
  Quartz.SimplRemotingSchedulerExporter

Namespace:  Quartz.Simpl
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public class RemotingSchedulerExporter : ISchedulerExporter

The RemotingSchedulerExporter type exposes the following members.

Constructors

  NameDescription
Public methodRemotingSchedulerExporter
Initializes a new instance of the RemotingSchedulerExporter class
Top
Properties

  NameDescription
Public propertyBindName
Gets or sets the name to use when exporting scheduler to remoting context.
Public propertyChannelName
Gets or sets the name to use when binding to tcp channel.
Public propertyChannelType
Sets the channel type when registering remoting.
Public propertyPort
Gets or sets the port used for remoting.
Public propertyRejectRemoteRequests
A Boolean value (true or false) that specifies whether to refuse requests from other computers. Specifying true allows only remoting calls from the local computer. The default is false.
Public propertyTypeFilterLevel
Sets the TypeFilterLevel used when exporting to remoting context. Defaults to Full.
Top
Methods

  NameDescription
Public methodBind
Protected methodCreateConfiguration
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodExtractFormatProviderConfiguration
Extract BinaryServerFormatterSinkProvider allowed properties from configuration properties.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodRegisterRemotingChannelIfNeeded
Registers remoting channel if needed. This is determined by checking whether there is a positive value for port.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnBind
Top
Fields

  NameDescription
Public fieldStatic memberChannelTypeHttp
Public fieldStatic memberChannelTypeTcp
Top
See Also

Reference