SyncServiceSynchronizeT(FuncTaskT) Method

If at all possible, don't use this. Make your functions async. Please.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public T Synchronize<T>(
	Func<Task<T>> func
)

Parameters

func  FuncTaskT
 

Type Parameters

T

Return Value

T

See Also