| Visual Basic (Declaration) | |
|---|---|
| Public Sub Call( _ ByVal context As OperationContext, _ ByVal methodsToCall As IList(Of CallMethodRequest), _ ByVal results As IList(Of CallMethodResult), _ ByVal errors As IList(Of ServiceResult) _ ) | |
| C# | |
|---|---|
| public void Call( OperationContext context, IList<CallMethodRequest> methodsToCall, IList<CallMethodResult> results, IList<ServiceResult> errors ) | |
Parameters
- context
- methodsToCall
- results
- errors
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
 
     
     
     
     
    