DelegatingAsyncResult(IAsyncResult, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
DelegatingAsyncResult(IAsyncResult ^ innerAsyncResult, System::Object ^ privateState);
public DelegatingAsyncResult (IAsyncResult innerAsyncResult, object privateState);
new Microsoft.BizTalk.Adapter.Wcf.Runtime.DelegatingAsyncResult : IAsyncResult * obj -> Microsoft.BizTalk.Adapter.Wcf.Runtime.DelegatingAsyncResult
Public Sub New (innerAsyncResult As IAsyncResult, privateState As Object)
Parameters
- innerAsyncResult
- IAsyncResult
- privateState
- Object