17.367. Class HtcMockClient

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

public class HtcMockClient : IDisposable

17.367.1. Inheritance

objectHtcMockClient

17.367.2. Implements

IDisposable

17.367.3. Inherited Members

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

17.367.4. Constructors

17.367.4.1. HtcMockClient(GridClient, ILogger<Client>)

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

17.367.4.1.1. Parameters

gridClient GridClient

logger ILogger<Client>

17.367.5. Methods

17.367.5.1. Dispose()

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

public void Dispose()

17.367.5.2. Start(RunConfiguration)

public bool Start(RunConfiguration runConfiguration)

17.367.5.2.1. Parameters

runConfiguration RunConfiguration

17.367.5.2.2. Returns

bool