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