Partager via


ServerStub.IsMethodBlocked - Méthode

Returns whether a method operation is blocked for use.

Espace de noms :  Microsoft.SharePoint.Client
Assembly :  Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)

Syntaxe

'Déclaration
Protected Overridable Function IsMethodBlocked ( _
    methodName As String, _
    proxyContext As ProxyContext _
) As Boolean
'Utilisation
Dim methodName As String
Dim proxyContext As ProxyContext
Dim returnValue As Boolean

returnValue = Me.IsMethodBlocked(methodName, _
    proxyContext)
protected virtual bool IsMethodBlocked(
    string methodName,
    ProxyContext proxyContext
)

Paramètres

  • methodName
    Type : System.String

    The name of the method. This parameter must not be une référence Null (Rien dans Visual Basic).

Valeur renvoyée

Type : System.Boolean
true if the method is blocked; otherwise, false.

Voir aussi

Référence

ServerStub classe

ServerStub - Membres

Microsoft.SharePoint.Client - Espace de noms