| Visual Basic (Declaration) | |
|---|---|
| Public Function AddMethod( _ ByVal itemID As String, _ ByVal methodID As String, _ ByVal description As String, _ ByVal inputArguments() As ArgumentDefinition, _ ByVal outputArguments() As ArgumentDefinition, _ ByVal onCall As GenericMethodCalledEventHandler2 _ ) As ServiceResult | |
| C# | |
|---|---|
| public ServiceResult AddMethod( string itemID, string methodID, string description, ArgumentDefinition[] inputArguments, ArgumentDefinition[] outputArguments, GenericMethodCalledEventHandler2 onCall ) | |
Parameters
- itemID
- methodID
- description
- inputArguments
- outputArguments
- onCall
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
 
     
     
     
     
    