HubClient.SetUpServiceActivationOptionsForServiceRequestAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- options
- ServiceActivationOptions
- service
- ServiceMoniker
- cancellationToken
- CancellationToken