26.374. Class HtcMockClient

Namespace: ArmoniK.Samples.HtcMock.Client
Assembly: ArmoniK.Samples.HtcMock.Client.dll

public class HtcMockClient : IDisposable

26.374.1. Inheritance

objectHtcMockClient

26.374.2. Implements

IDisposable

26.374.3. Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

26.374.4. Constructors

26.374.4.1. HtcMockClient(GridClient, ILogger<Client>)

public HtcMockClient(GridClient gridClient, ILogger<Client> logger)

26.374.4.1.1. Parameters

gridClient GridClient

logger ILogger<Client>

26.374.5. Methods

26.374.5.1. Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

26.374.5.2. Start(RunConfiguration)

public bool Start(RunConfiguration runConfiguration)

26.374.5.2.1. Parameters

runConfiguration RunConfiguration

26.374.5.2.2. Returns

bool