CallSlot GetValue T  Method NFX Class Library

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

Returns a value from the other side, that is - gets the response message and checks it for errors, throwing RemoteError exception if one came from server. Accessing this property blocks calling thread until either ResponseMsg arrives or timeout expires. Check 'Available' property not to block. Accessing this method for [OneWay] methods throws.

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

public T GetValue<T>()
Type Parameters

T

Return Value

Type: T
See Also