Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ConnectApi"/> class.
 /// </summary>
 /// <param name="config"><see cref="Config"/></param>
 public ConnectApi(ConnectApiConfig config)
     : this(config as Config)
 {
     skipCleanup = config.SkipCleanup;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ConnectApi"/> class.
 /// </summary>
 /// <param name="config"><see cref="Config"/></param>
 public ConnectApi(ConnectApiConfig config)
     : this(config as Config)
 {
     skipCleanup    = config.SkipCleanup;
     DeliveryMethod = config.DeliveryMethod;
 }