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

ArcGIS.Desktop.Core.Events Namespace > ArcGISPortalAddedEvent Class > Unsubscribe Method : Unsubscribe(Action<ArcGISPortalAddedEventArgs>) 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<ArcGISPortalAddedEventArgs> action
)
Public Overloads Shared Sub Unsubscribe( _
   ByVal action As Action(Of ArcGISPortalAddedEventArgs) _
) 

Parameters

action
The delegate used when subscribing to the event.
Requirements

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

ArcGISPortalAddedEvent Class
ArcGISPortalAddedEvent Members
Overload List