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.StringThe name of the method. This parameter must not be une référence Null (Rien dans Visual Basic).
proxyContext
Type : Microsoft.SharePoint.Client.ProxyContextContains information about the general state of a client request and response operation.
Valeur renvoyée
Type : System.Boolean
true if the method is blocked; otherwise, false.