Click or drag to resize

AltaxoServiceContainerGetFutureServiceT Method

[Missing <summary> documentation for "M:Altaxo.Main.Services.AltaxoServiceContainer.GetFutureService``1"]


Namespace: Altaxo.Main.Services
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Task<T> GetFutureService<T>()
where T : class

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Main.Services.AltaxoServiceContainer.GetFutureService``1"]

Return Value

TaskT

[Missing <returns> documentation for "M:Altaxo.Main.Services.AltaxoServiceContainer.GetFutureService``1"]

See Also