requestId (property)

The handle of the last request.

Syntax

@property (nonatomic,readonly,assign,getter=requestId) int requestId;
- (int)requestId;
public var requestId: Int32 {
  get {...}
}

Default Value

0

Remarks

This property contains the handle of the last request.

This handle can be later used to identify the request when the RequestComplete event is fired.

NOTE: This functionality is only available in Windows.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]