Opc.Ua.Core
InnerResult Property (AsyncResultBase)



Opc.Ua Namespace > AsyncResultBase Class : InnerResult Property
An object used to synchronize access to the result object.
Syntax
'Declaration
 
Public Property InnerResult As IAsyncResult
'Usage
 
Dim instance As AsyncResultBase
Dim value As IAsyncResult
 
instance.InnerResult = value
 
value = instance.InnerResult
public IAsyncResult InnerResult {get; set;}
public:
property IAsyncResult^ InnerResult {
   IAsyncResult^ get();
   void set (    IAsyncResult^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AsyncResultBase Class
AsyncResultBase Members