Client connection to Mpi Mgmt Service
| C# | Visual Basic | Visual C++ |
public class MpiMgmtClient : IDisposable
Public Class MpiMgmtClient _ Implements IDisposable
public ref class MpiMgmtClient : IDisposable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| MpiMgmtClient(String) |
Constructs mpi mgmt client using default .net configuration
| |
| Clients |
List of clients used to connect to machines
| |
| CopyDirectory(String, String) |
copies source directory into the destination directory
for all machines participating in environment
| |
| CopyFile(String, String) |
Copies a file to all machines participating in the specified environment
| |
| Dispose()()() |
Disposes of the wcf clients
| |
| Dispose(Boolean) |
Disposes of client resources
| |
| Equals(Object) | (Inherited from Object.) | |
| Execute(String, String, String, array<Object>[]()[]) |
Executes a method on the machines associated with a particular environment
| |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MachineElements |
List of machine elements used in configuration
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Open()()() |
opens connections to mgmt services on machines
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| MpiMgmtClient | |