Amazon.MobileAnalytics.MobileAnalyticsManager.MobileAnalyticsManager.OnRaiseErrorEvent C# (CSharp) Méthode

OnRaiseErrorEvent() private méthode

private OnRaiseErrorEvent ( MobileAnalyticsErrorEventArgs eventArgs ) : void
eventArgs MobileAnalyticsErrorEventArgs
Résultat void
        internal void OnRaiseErrorEvent(MobileAnalyticsErrorEventArgs eventArgs)
        {
            AWSSDKUtils.InvokeInBackground(MobileAnalyticsErrorEvent, eventArgs, this);
        }
        #endregion