ArcFM Responder Mobile Developer Guide
Unadvise Method (MMConnectionHelperClass)






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

Parameters

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