DomainContext.ValidateMethod Method

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

Validates a method call.

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Protected Sub ValidateMethod ( _
    methodName As String, _
    parameters As IDictionary(Of String, Object) _
)
'Usage
Dim methodName As String
Dim parameters As IDictionary(Of String, Object)

Me.ValidateMethod(methodName, parameters)
protected void ValidateMethod(
    string methodName,
    IDictionary<string, Object> parameters
)
protected:
void ValidateMethod(
    String^ methodName, 
    IDictionary<String^, Object^>^ parameters
)
member ValidateMethod : 
        methodName:string * 
        parameters:IDictionary<string, Object> -> unit 
protected function ValidateMethod(
    methodName : String, 
    parameters : IDictionary<String, Object>
)

Parameters

See Also

Reference

DomainContext Class

System.ServiceModel.DomainServices.Client Namespace