ArcFM Responder Mobile Developer Guide
Advise Method (MMConnectionHelperClass)






Syntax
'Declaration
 
Public Overridable Sub Advise( _
   ByVal pSink As System.Object, _
   ByVal pSource As System.Object _
) 
'Usage
 
Dim instance As MMConnectionHelperClass
Dim pSink As System.Object
Dim pSource As System.Object
 
instance.Advise(pSink, pSource)
public virtual void Advise( 
   System.object pSink,
   System.object pSource
)
public procedure Advise( 
    pSink: System.TObject;
    pSource: System.TObject
); virtual; 
public function Advise( 
   pSink : System.Object,
   pSource : System.Object
);
public: virtual void Advise( 
   System.Object* pSink,
   System.Object* pSource
) 
public:
virtual void Advise( 
   System.Object^ pSink,
   System.Object^ pSource
) 

Parameters

pSink
pSource
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

MMConnectionHelperClass Class
MMConnectionHelperClass Members

Send Feedback