Amazon.CognitoSync.SyncManager.CognitoSyncManager.ValidateParameters C# (CSharp) Method

ValidateParameters() static private method

static private ValidateParameters ( ) : void
return void
        static void ValidateParameters()
        {
            if (string.IsNullOrEmpty(AWSConfigs.ApplicationName))
            {
                throw new ArgumentException("A valid application name needs to configured to use this API." +
                    "The application name can be configured through app.config or by setting the Amazon.AWSConfigs.ApplicationName property.");
            }
        }
#endif