Exemplo n.º 1
0
 public ValueTask <IObjectPrx?> FindObjectByIdAsync(Identity id, Current current) => _lookup.FindObjectAsync(id);
Exemplo n.º 2
0
 public ValueTask <IObjectPrx?> FindObjectByIdAsync(
     Identity id,
     Current current,
     CancellationToken cancel) =>
 _lookup.FindObjectAsync(id);