ServerStub.ShouldCheckObjectVersionForMethod - Méthode
Whether we should check the object's client versioning against the server versioning when invoke a method.
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Friend Overridable Function ShouldCheckObjectVersionForMethod ( _
methodName As String _
) As Boolean
'Utilisation
Dim methodName As String
Dim returnValue As Boolean
returnValue = Me.ShouldCheckObjectVersionForMethod(methodName)
protected internal virtual bool ShouldCheckObjectVersionForMethod(
string methodName
)
Paramètres
- methodName
Type : System.String
Valeur renvoyée
Type : System.Boolean