22.371. Class HtcMockClient

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

public class HtcMockClient : IDisposable

22.371.1. Inheritance

objectHtcMockClient

22.371.2. Implements

IDisposable

22.371.3. Inherited Members

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

22.371.4. Constructors

22.371.4.1. HtcMockClient(GridClient, ILogger<Client>)

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

22.371.4.1.1. Parameters

gridClient GridClient

logger ILogger<Client>

22.371.5. Methods

22.371.5.1. Dispose()

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

public void Dispose()

22.371.5.2. Start(RunConfiguration)

public bool Start(RunConfiguration runConfiguration)

22.371.5.2.1. Parameters

runConfiguration RunConfiguration

22.371.5.2.2. Returns

bool