1 instantiation of FindResponse
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\DiscoveryClient.cs (1)
1327
this.result = new
FindResponse
();
14 references to FindResponse
System.ServiceModel.Discovery (14)
System\ServiceModel\Discovery\DiscoveryClient.cs (11)
383
public
FindResponse
Find(FindCriteria criteria)
425
public Task<
FindResponse
> FindTaskAsync(FindCriteria criteria)
431
public Task<
FindResponse
> FindTaskAsync(FindCriteria criteria, CancellationToken cancellationToken)
438
TaskCompletionSource<
FindResponse
> taskCompletionSource = new TaskCompletionSource<
FindResponse
>();
439
TaskAsyncOperationState<
FindResponse
> taskAsyncOperationState = new TaskAsyncOperationState<
FindResponse
>(this, taskCompletionSource, cancellationToken);
440
Task<
FindResponse
> task = taskCompletionSource.Task;
988
this.DispatchToTaskAyncOperation<
FindResponse
>(context.UserState, context.Result, error, cancelled) ||
1322
FindResponse
result;
1340
public
FindResponse
Result
System\ServiceModel\Discovery\FindCompletedEventArgs.cs (3)
13
FindResponse
result;
15
internal FindCompletedEventArgs(Exception error, bool cancelled, object userState,
FindResponse
result)
21
public
FindResponse
Result