Click or drag to resize

RequestResultT Class

Inheritance Hierarchy
SystemObject
  SoftGear.Strix.Client.Core.RequestRequestResultT

Namespace:  SoftGear.Strix.Client.Core.Request
Assembly:  strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax
C#
public class RequestResult<T> : IRequestResult<T>

Type Parameters

T

The RequestResultT type exposes the following members.

Constructors
  NameDescription
Public methodRequestResultT
Initializes a new instance of the RequestResultT class
Top
Properties
See Also