del método ServerStub.ShouldCheckObjectVersionForMethod
Si, debemos comprobar control de versiones del objeto cliente contra el control de versiones del servidor al llamar a un método.
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblado: Microsoft.SharePoint.Client.ServerRuntime (en Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxis
'Declaración
Protected Friend Overridable Function ShouldCheckObjectVersionForMethod ( _
methodName As String _
) As Boolean
'Uso
Dim methodName As String
Dim returnValue As Boolean
returnValue = Me.ShouldCheckObjectVersionForMethod(methodName)
protected internal virtual bool ShouldCheckObjectVersionForMethod(
string methodName
)
Parámetros
- methodName
Tipo: System.String
Valor devuelto
Tipo: System.Boolean