ArcFM Responder Mobile Developer Guide
StopListening Method (SessionIpcChannel)






Syntax
'Declaration
 
<System.Security.Permissions.SecurityPermissionAttribute(Flags=SecurityPermissionFlag.Infrastructure, 
   Assertion=False, 
   UnmanagedCode=False, 
   SkipVerification=False, 
   Execution=False, 
   ControlThread=False, 
   ControlEvidence=False, 
   ControlPolicy=False, 
   SerializationFormatter=False, 
   ControlDomainPolicy=False, 
   ControlPrincipal=False, 
   ControlAppDomain=False, 
   RemotingConfiguration=False, 
   Infrastructure=True, 
   BindingRedirects=False, 
   Action=SecurityAction.Demand Or  _
    SecurityAction.Deny Or  _
    SecurityAction.LinkDemand, 
   Unrestricted=False)>
Public Sub StopListening( _
   ByVal data As System.Object _
) 
'Usage
 
Dim instance As SessionIpcChannel
Dim data As System.Object
 
instance.StopListening(data)
[System.Security.Permissions.SecurityPermission(Flags=SecurityPermissionFlag.Infrastructure, 
   Assertion=false, 
   UnmanagedCode=false, 
   SkipVerification=false, 
   Execution=false, 
   ControlThread=false, 
   ControlEvidence=false, 
   ControlPolicy=false, 
   SerializationFormatter=false, 
   ControlDomainPolicy=false, 
   ControlPrincipal=false, 
   ControlAppDomain=false, 
   RemotingConfiguration=false, 
   Infrastructure=true, 
   BindingRedirects=false, 
   Action=SecurityAction.Demand | 
    SecurityAction.Deny | 
    SecurityAction.LinkDemand, 
   Unrestricted=false)]
public void StopListening( 
   System.object data
)
public procedure StopListening( 
    data: System.TObject
); 
System.Security.Permissions.SecurityPermissionAttribute(Flags=SecurityPermissionFlag.Infrastructure, 
   Assertion=, 
   UnmanagedCode=, 
   SkipVerification=, 
   Execution=, 
   ControlThread=, 
   ControlEvidence=, 
   ControlPolicy=, 
   SerializationFormatter=, 
   ControlDomainPolicy=, 
   ControlPrincipal=, 
   ControlAppDomain=, 
   RemotingConfiguration=, 
   Infrastructure=, 
   BindingRedirects=, 
   Action=SecurityAction.Demand | 
    SecurityAction.Deny | 
    SecurityAction.LinkDemand, 
   Unrestricted=)
public function StopListening( 
   data : System.Object
);
[System.Security.Permissions.SecurityPermission(Flags=SecurityPermissionFlag.Infrastructure, 
   Assertion=false, 
   UnmanagedCode=false, 
   SkipVerification=false, 
   Execution=false, 
   ControlThread=false, 
   ControlEvidence=false, 
   ControlPolicy=false, 
   SerializationFormatter=false, 
   ControlDomainPolicy=false, 
   ControlPrincipal=false, 
   ControlAppDomain=false, 
   RemotingConfiguration=false, 
   Infrastructure=true, 
   BindingRedirects=false, 
   Action=SecurityAction.Demand | 
    SecurityAction.Deny | 
    SecurityAction.LinkDemand, 
   Unrestricted=false)]
public: void StopListening( 
   System.Object* data
) 
[System.Security.Permissions.SecurityPermission(Flags=SecurityPermissionFlag.Infrastructure, 
   Assertion=false, 
   UnmanagedCode=false, 
   SkipVerification=false, 
   Execution=false, 
   ControlThread=false, 
   ControlEvidence=false, 
   ControlPolicy=false, 
   SerializationFormatter=false, 
   ControlDomainPolicy=false, 
   ControlPrincipal=false, 
   ControlAppDomain=false, 
   RemotingConfiguration=false, 
   Infrastructure=true, 
   BindingRedirects=false, 
   Action=SecurityAction.Demand | 
    SecurityAction.Deny | 
    SecurityAction.LinkDemand, 
   Unrestricted=false)]
public:
void StopListening( 
   System.Object^ data
) 

Parameters

data
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

SessionIpcChannel Class
SessionIpcChannel Members

Send Feedback