Skip to main content Skip to complementary content
Close announcements banner

Request Constructor

Overloads

Request(Int32, String, IEnumerable<String>, Object[])

Creates a request object.

Declaration

      public Request(int wsHandle, string wsMethod, IEnumerable<string> argumentNames = null, params object[] arguments)
    

Parameters

Type Name Description
System.Int32 wsHandle

A unique ID for the request.

System.String wsMethod

The name of the server method to call.

System.Collections.Generic.IEnumerable<System.String> argumentNames

Positional argument names for the method

System.Object[] arguments

The set of arguments for the method.

Request(Int32, String, Nullable<Boolean>, IEnumerable<String>, Object[])

Creates a request object.

Declaration

      public Request(int wsHandle, string wsMethod, bool? wsDelta, IEnumerable<string> argumentNames = null, params object[] arguments)
    

Parameters

Type Name Description
System.Int32 wsHandle

A unique ID for the request.

System.String wsMethod

The name of the server method to call.

System.Nullable<System.Boolean> wsDelta

If true, the server will return only the delta between this and the last delta request to the same method.

System.Collections.Generic.IEnumerable<System.String> argumentNames

Positional argument names for the method

System.Object[] arguments

The set of arguments for the method.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!