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!

AsyncResult Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal asyncObject As Object, _
   ByVal innerResult As IAsyncResult _
)
[C#]
public AsyncResult(
   object asyncObject,
   IAsyncResult innerResult
);
[C++]
public: AsyncResult(
   Object* asyncObject,
   IAsyncResult* innerResult
);
[JScript]
public function AsyncResult(
   asyncObject : Object,
   innerResult : IAsyncResult
);

Parameters

asyncObject
[To be supplied.]
innerResult
[To be supplied.]

See Also

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