ManagementChannel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the base class for remoting channels.
public ref class ManagementChannel abstract
public abstract class ManagementChannel
type ManagementChannel = class
Public MustInherit Class ManagementChannel
- Inheritance
-
ManagementChannel
Remarks
The ManagementChannel class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Because this class is abstract, you cannot create an instance of it directly.
When you inherit from ManagementChannel, you must override the following members: DownloadAssembly and Invoke.
Constructors
ManagementChannel(Connection, ConnectionInfo) |
Initializes a new instance of the ManagementChannel class. |
Properties
Connection |
Gets a connection to an application, server, or site. |
ConnectionInfo |
Gets information about a connection in a serializable form. |
Methods
DownloadAssembly(AssemblyDownloadInfo, String) |
When overridden in a derived class, downloads the assembly to the specified path. |
Invoke(String, String, Object[]) |
When overridden in a derived class, calls the specified method in the remote service. |
SetLastRequestConfigurationInfo(Boolean, String, String) |