Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the members of the subscription that were added or modified since the previous call, as identified by the token.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Function GetChangedMembers ( _
token As Long _
) As IEnumerator(Of ICacheChangeInfo)
'Usage
Dim instance As ISubscription
Dim token As Long
Dim returnValue As IEnumerator(Of ICacheChangeInfo)
returnValue = instance.GetChangedMembers(token)
IEnumerator<ICacheChangeInfo> GetChangedMembers(
long token
)
Parameters
token
Type: System.Int64The members token.
Return Value
Type: System.Collections.Generic.IEnumerator<ICacheChangeInfo>
A list of member External Items.
Remarks
Use zero (0) for the token to obtain all members.