Opc.Ua.Core
BufferList Property (IMessageSocketAsyncEventArgs)



Opc.Ua.Bindings Namespace > IMessageSocketAsyncEventArgs Interface : BufferList Property
Gets or sets an array of data buffers to use with an asynchronous socket method.
Syntax
'Declaration
 
Property BufferList As BufferCollection
'Usage
 
Dim instance As IMessageSocketAsyncEventArgs
Dim value As BufferCollection
 
instance.BufferList = value
 
value = instance.BufferList
BufferCollection BufferList {get; set;}
property BufferCollection^ BufferList {
   BufferCollection^ get();
   void set (    BufferCollection^ value);
}

Property Value

An System.Collections.IList that represents an array of data buffers to use with an asynchronous socket method.
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

IMessageSocketAsyncEventArgs Interface
IMessageSocketAsyncEventArgs Members