IMember interface.Initialize Method
Definition
Namespace: ASNA.DataGate.Client
Assembly: ASNA.QSys.DataGate.Client.dll
Initializes the member with a specified number of records.
void Initialize(InitMemberOptions Options, long Records)
Initializes the member with a specified number of records.
void Initialize(InitMemberOptions Options, long Records)
Parameters
| Type | Parameter name | Description |
|---|---|---|
| InitMemberOptions | Options | The options to use when initializing the member. |
| Int64 | Records | The number of records to initialize the member with. |