ArcGIS Pro 2.8 API Reference Guide
Unsubscribe(Action<ArcGISPortalRemovedEventArgs>) Method

ArcGIS.Desktop.Core.Events Namespace > ArcGISPortalRemovedEvent Class > Unsubscribe Method : Unsubscribe(Action<ArcGISPortalRemovedEventArgs>) Method
The delegate used when subscribing to the event.
Removes the first subscriber matching the provided delegate from the subscribers' list..
Syntax
public static void Unsubscribe( 
   Action<ArcGISPortalRemovedEventArgs> action
)
Public Overloads Shared Sub Unsubscribe( _
   ByVal action As Action(Of ArcGISPortalRemovedEventArgs) _
) 

Parameters

action
The delegate used when subscribing to the event.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ArcGISPortalRemovedEvent Class
ArcGISPortalRemovedEvent Members
Overload List