Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Utils Class / IsCancelled Method

In This Topic
    IsCancelled Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function IsCancelled( _
       ByVal aex As AggregateException _
    ) As Boolean
    public static bool IsCancelled( 
       AggregateException aex
    )

    Parameters

    aex
    See Also