You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -209,38 +202,32 @@ public class Microsoft.Restier.WebApi.RestierController : System.Web.OData.OData
209
202
Microsoft.Restier.Core.IApi Api { public get; }
210
203
211
204
[
212
-
DebuggerStepThroughAttribute(),
213
205
AsyncStateMachineAttribute(),
214
206
]
215
207
public System.Threading.Tasks.Task`1[[System.Web.Http.IHttpActionResult]] Delete (System.Threading.CancellationToken cancellationToken)
216
208
217
209
protected virtual void Dispose (bool disposing)
218
210
[
219
-
DebuggerStepThroughAttribute(),
220
211
AsyncStateMachineAttribute(),
221
212
]
222
213
public System.Threading.Tasks.Task`1[[System.Net.Http.HttpResponseMessage]] Get (System.Threading.CancellationToken cancellationToken)
223
214
224
215
[
225
-
DebuggerStepThroughAttribute(),
226
216
AsyncStateMachineAttribute(),
227
217
]
228
218
public System.Threading.Tasks.Task`1[[System.Web.Http.IHttpActionResult]] Patch (System.Web.OData.EdmEntityObject edmEntityObject, System.Threading.CancellationToken cancellationToken)
229
219
230
220
[
231
-
DebuggerStepThroughAttribute(),
232
221
AsyncStateMachineAttribute(),
233
222
]
234
223
public System.Threading.Tasks.Task`1[[System.Web.Http.IHttpActionResult]] Post (System.Web.OData.EdmEntityObject edmEntityObject, System.Threading.CancellationToken cancellationToken)
235
224
236
225
[
237
-
DebuggerStepThroughAttribute(),
238
226
AsyncStateMachineAttribute(),
239
227
]
240
228
public System.Threading.Tasks.Task`1[[System.Web.Http.IHttpActionResult]] PostAction (System.Threading.CancellationToken cancellationToken)
241
229
242
230
[
243
-
DebuggerStepThroughAttribute(),
244
231
AsyncStateMachineAttribute(),
245
232
]
246
233
public System.Threading.Tasks.Task`1[[System.Web.Http.IHttpActionResult]] Put (System.Web.OData.EdmEntityObject edmEntityObject, System.Threading.CancellationToken cancellationToken)
@@ -527,7 +514,6 @@ public class Microsoft.Restier.WebApi.Batch.RestierBatchHandler : System.Web.ODa
0 commit comments