AGI Ui Application 11Send comments on this topic.
MessagePendingDelay Property (IAgUiApplication)
See Also 
Windows






Windows & Linux

Description

Gets/Sets message-pending delay for server busy dialog (in milliseconds )

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MessagePendingDelay() As Integer
[C#]
public int MessagePendingDelay {get; set;}
[Managed C++]
public: __property int get_MessagePendingDelay();
public: __property void set_MessagePendingDelay(
   int
);
[Unmanaged C++]
public: HRESULT get_MessagePendingDelay(
   long * pRetVal
);
public: HRESULT put_MessagePendingDelay(
   long NewMessagePendingDelay
);
[Java]
public int getMessagePendingDelay();public void setMessagePendingDelay(
   int
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.