ManagedSessionState.EnterPublisherScope Method

Definition

Overloads

EnterPublisherScope(Int32, String)
EnterPublisherScope(String, Int32, String)

EnterPublisherScope(Int32, String)

public:
 static bool EnterPublisherScope(int modelId, System::String ^ publisherName);
public static bool EnterPublisherScope (int modelId, string publisherName);
static member EnterPublisherScope : int * string -> bool
Public Shared Function EnterPublisherScope (modelId As Integer, publisherName As String) As Boolean

Parameters

modelId
Int32
publisherName
String

Returns

Applies to

EnterPublisherScope(String, Int32, String)

public:
 static bool EnterPublisherScope(System::String ^ functionId, int modelId, System::String ^ publisherName);
public static bool EnterPublisherScope (string functionId, int modelId, string publisherName);
static member EnterPublisherScope : string * int * string -> bool
Public Shared Function EnterPublisherScope (functionId As String, modelId As Integer, publisherName As String) As Boolean

Parameters

functionId
String
modelId
Int32
publisherName
String

Returns

Applies to