Skip to content

Commit

Permalink
Renamed RemoveCorrelationId to ClearCorrelationId
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejValenta committed Apr 20, 2018
1 parent 4d0afc0 commit 26c81fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static CSOMOperation NewCorrelationId(this CSOMOperation operation)
return operation;
}

public static CSOMOperation RemoveCorrelationId(this CSOMOperation operation)
public static CSOMOperation ClearCorrelationId(this CSOMOperation operation)
{
operation.CorrelationId = Guid.Empty;
return operation;
Expand Down

0 comments on commit 26c81fe

Please sign in to comment.