[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt einen Wert zurück, der angibt ob diese Instanz eine Queue besitzt.
Namespace: DynamicNode.Ext.RemotingAssembly: DNExtRemoting (in DNExtRemoting.dll) Version: 1.0.4679.19834 (1.0.0.0)
Syntax
| C# |
|---|
public bool HasQueue { get; } |
| Visual Basic |
|---|
Public ReadOnly Property HasQueue As Boolean
Get |
| F# |
|---|
abstract HasQueue : bool
override HasQueue : bool |
Field Value
true wenn diese Instanz eine Queue besitzt, sonst
false.
Implements
IRemoteInPort..::..HasQueue
See Also