fetchTimeout (property)

How long the class should wait for a message to be received after FetchMessage is called.

Syntax

@property (nonatomic,readwrite,assign,getter=fetchTimeout,setter=setFetchTimeout:) int fetchTimeout;
- (int)fetchTimeout;
- (void)setFetchTimeout:(int)newFetchTimeout;
public var fetchTimeout: Int32 {
  get {...}
set {...} }

Default Value

60

Remarks

This property controls how long, in seconds, the class will wait for a message to be received after FetchMessage is called before timing out the request. If set to zero, the class will wait indefinitely.

Refer to FetchMessage for more information.

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