STK Object BrokerSend comments on this topic.
AutoProcessRate Property (IAgStkBroker)
See Also
Windows





Windows & Linux

Description

Rate, in seconds, at which the Broker command processing cycle will attempt to process commands.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AutoProcessRate() As Double
[C#]
public double AutoProcessRate {get; set;}
[Managed C++]
public: __property double get_AutoProcessRate();
public: __property void set_AutoProcessRate( double );
[Unmanaged C++]
public: HRESULT get_AutoProcessRate(
    double * pSeconds
);
public: HRESULT put_AutoProcessRate(
    double Seconds
);
[Java]
public double getAutoProcessRate();
public void setAutoProcessRate(
    double
);

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.