Opc.Ua.Core
ChannelFull Property (IMessageSink)



Opc.Ua.Bindings Namespace > IMessageSink Interface : ChannelFull Property
Indicates that the sender side of the channel has too many outstanding messages that were not yet delivered.
Syntax
'Declaration
 
ReadOnly Property ChannelFull As Boolean
'Usage
 
Dim instance As IMessageSink
Dim value As Boolean
 
value = instance.ChannelFull
bool ChannelFull {get;}
property bool ChannelFull {
   bool get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMessageSink Interface
IMessageSink Members