CallSlot AsTask Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Gets the CallSlot instance as a task that gets completed either instantly for one-way calls or when result arrives or timeout happens. The returned task never gets canceled

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Task<CallSlot> AsTask { get; }

Property Value

Type: OnlineTask CallSlot 
See Also