2 references to addCompleteStatic
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableOutputConnection.cs (2)
648
result = this.connection.strategy.BeginAddLast(message, this.timeoutHelper.RemainingTime(), state,
addCompleteStatic
, this);
652
result = this.connection.strategy.BeginAdd(message, this.timeoutHelper.RemainingTime(), state,
addCompleteStatic
, this);