RemoteCommand Class
Defines a command to run on one or more nodes in the cluster.
Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
[ComVisibleAttribute(true)] [ClassInterfaceAttribute(ClassInterfaceType.None)] [ComSourceInterfacesAttribute(typeof(IRemoteCommandEvents))] [GuidAttribute("c8c9c032-3c94-40e0-92f3-598920f00b57")] public class RemoteCommand : IRemoteCommand, IDisposable
/** @attribute ComVisibleAttribute(true) */
/** @attribute ClassInterfaceAttribute(ClassInterfaceType.None) */
/** @attribute ComSourceInterfacesAttribute(Microsoft.Hpc.Scheduler.IRemoteCommandEvents) */
/** @attribute GuidAttribute("c8c9c032-3c94-40e0-92f3-598920f00b57") */
public class RemoteCommand implements IRemoteCommand, IDisposable
ComVisibleAttribute(true) ClassInterfaceAttribute(ClassInterfaceType.None) ComSourceInterfacesAttribute(Microsoft.Hpc.Scheduler.IRemoteCommandEvents) GuidAttribute("c8c9c032-3c94-40e0-92f3-598920f00b57") public class RemoteCommand implements IRemoteCommand, IDisposable
Do not use this class. Instead use the IRemoteCommand interface.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Development Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012Target Platforms
Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, with HPC Pack Client Utilities
Build Date:
Community Additions
ADD
Show: