Share via


StorageCloudCmdletBase<T>.InitChannelCurrentSubscription Method

Definition

Overloads

InitChannelCurrentSubscription()
InitChannelCurrentSubscription(Boolean)

Init channel with or without subscription in storage cmdlet

InitChannelCurrentSubscription()

protected void InitChannelCurrentSubscription ();
member this.InitChannelCurrentSubscription : unit -> unit
Protected Sub InitChannelCurrentSubscription ()

Applies to

InitChannelCurrentSubscription(Boolean)

Init channel with or without subscription in storage cmdlet

protected virtual void InitChannelCurrentSubscription (bool force);
abstract member InitChannelCurrentSubscription : bool -> unit
override this.InitChannelCurrentSubscription : bool -> unit
Protected Overridable Sub InitChannelCurrentSubscription (force As Boolean)

Parameters

force
Boolean

Force to create a new channel

Applies to