1 write to channel
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (1)
956
this.
channel
= channel;
4 references to channel
System.ServiceModel.Activities (4)
System\ServiceModel\Activities\WorkflowUpdateableControlClient.cs (4)
977
result = this.
channel
.BeginTransactedUpdate(instanceId, updatedDefinitionIdentity, callback, this);
981
result = this.
channel
.BeginUpdate(instanceId, updatedDefinitionIdentity, callback, this);
997
thisPtr.
channel
.EndTransactedUpdate(result);
1001
thisPtr.
channel
.EndUpdate(result);