NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ComponentModelPersister.ParseMethodInvoke

Parses a single no-arg method invoke of any name

[Visual Basic]
Protected Sub ParseMethodInvoke( _
   ByVal target() As String, _
   ByVal methodName As String _
)
[C#]
protected void ParseMethodInvoke(
   string[] target,
   string methodName
);
[C++]
protected: void ParseMethodInvoke(
   String* target[],
   String* methodName
);
[JScript]
protected function ParseMethodInvoke(
   target : String[],
   methodName : String
);

Parameters

target
Name of object that is having the method called on it
methodName
name of the method that is getting invoked

See Also

ComponentModelPersister Class | ComponentModelPersister Members | System.ComponentModel.Design Namespace