Compartir a través de


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

Valor devuelto

Tipo: System.Boolean

Vea también

Referencia

clase ServerStub

Miembros ServerStub

Espacio de nombres Microsoft.SharePoint.Client