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!

LogicalMethodInfo.Invoke

[To be supplied.]

[Visual Basic]
Public Function Invoke( _
   ByVal target As Object, _
   ByVal values() As Object _
) As Object ()
[C#]
public object[] Invoke(
   object target,
   object[] values
);
[C++]
public: Object* Invoke(
   Object* target,
   Object* values[]
) [];
[JScript]
public function Invoke(
   target : Object,
   values : Object[]
) : Object[];

Parameters

target
[To be supplied.]
values
[To be supplied.]

See Also

LogicalMethodInfo Class | LogicalMethodInfo Members | System.Web.Services.Protocols Namespace