예제 #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;
 }
예제 #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;
 }