CallSlot Available Property NFX Class Library

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

Returns true when response has come and available so no blocking will occur when reading response. This is a non-blocking call. Always returns true for operations marked as [OneWay]

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

public bool Available { get; }

Property Value

Type: OnlineBoolean
See Also