Share via


PTChannelManager.Create Method

Definition

[Foundation.Export("channelManagerWithDelegate:restorationDelegate:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Create(PushToTalk.IPTChannelManagerDelegate delegate, PushToTalk.IPTChannelRestorationDelegate restorationDelegate, Action<PushToTalk.PTChannelManager,Foundation.NSError> completionHandler);
[<Foundation.Export("channelManagerWithDelegate:restorationDelegate:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : PushToTalk.IPTChannelManagerDelegate * PushToTalk.IPTChannelRestorationDelegate * Action<PushToTalk.PTChannelManager, Foundation.NSError> -> unit

Parameters

restorationDelegate
IPTChannelRestorationDelegate
completionHandler
Action<PTChannelManager,NSError>
Attributes

Applies to