AGI STK Objects 11Send comments on this topic.
AllowAsync Property (IAgStkPreferencesConnect)
See Also
Windows






Windows & Linux

Description

Asynchronous allowed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AllowAsync() As Boolean
[C#]
public bool AllowAsync {get; set;}
[Managed C++]
public: __property bool get_AllowAsync();
public: __property void set_AllowAsync( bool );
[Unmanaged C++]
public: HRESULT get_AllowAsync(
    VARIANT_BOOL * pVal
);
public: HRESULT put_AllowAsync(
    VARIANT_BOOL Val
);
[Java]
public bool getAllowAsync();
public void setAllowAsync(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.