Freigeben über


HubClient.SetUpServiceActivationOptionsForServiceRequestAsync Method

Definition

protected:
 virtual System::Threading::Tasks::Task<Microsoft::ServiceHub::Framework::ServiceActivationOptions> ^ SetUpServiceActivationOptionsForServiceRequestAsync(Microsoft::ServiceHub::Framework::ServiceActivationOptions options, Microsoft::ServiceHub::Framework::ServiceMoniker ^ service, System::Threading::CancellationToken cancellationToken);
protected virtual System.Threading.Tasks.Task<Microsoft.ServiceHub.Framework.ServiceActivationOptions> SetUpServiceActivationOptionsForServiceRequestAsync (Microsoft.ServiceHub.Framework.ServiceActivationOptions options, Microsoft.ServiceHub.Framework.ServiceMoniker service, System.Threading.CancellationToken cancellationToken);
abstract member SetUpServiceActivationOptionsForServiceRequestAsync : Microsoft.ServiceHub.Framework.ServiceActivationOptions * Microsoft.ServiceHub.Framework.ServiceMoniker * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.ServiceHub.Framework.ServiceActivationOptions>
override this.SetUpServiceActivationOptionsForServiceRequestAsync : Microsoft.ServiceHub.Framework.ServiceActivationOptions * Microsoft.ServiceHub.Framework.ServiceMoniker * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.ServiceHub.Framework.ServiceActivationOptions>
Protected Overridable Function SetUpServiceActivationOptionsForServiceRequestAsync (options As ServiceActivationOptions, service As ServiceMoniker, cancellationToken As CancellationToken) As Task(Of ServiceActivationOptions)

Parameters

service
ServiceMoniker
cancellationToken
CancellationToken

Returns

Applies to