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.EndInvoke

[To be supplied.]

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

Parameters

target
[To be supplied.]
asyncResult
[To be supplied.]

See Also

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