Lists.BeginGetListItemChanges Method
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function BeginGetListItemChanges ( _
listName As String, _
viewFields As XmlNode, _
since As String, _
contains As XmlNode, _
callback As AsyncCallback, _
asyncState As Object _
) As IAsyncResult
'Usage
Dim instance As Lists
Dim listName As String
Dim viewFields As XmlNode
Dim since As String
Dim contains As XmlNode
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginGetListItemChanges(listName, _
viewFields, since, contains, callback, _
asyncState)
public IAsyncResult BeginGetListItemChanges(
string listName,
XmlNode viewFields,
string since,
XmlNode contains,
AsyncCallback callback,
Object asyncState
)
Parameters
- listName
Type: System.String
- viewFields
Type: System.Xml.XmlNode
- since
Type: System.String
- contains
Type: System.Xml.XmlNode
- callback
Type: System.AsyncCallback
- asyncState
Type: System.Object
Return Value
Type: System.IAsyncResult