ManagedSessionState.LeavePublisherScope 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.
Overloads
LeavePublisherScope(Int32, String) | |
LeavePublisherScope(String, Int32, String) |
LeavePublisherScope(Int32, String)
public:
static void LeavePublisherScope(int modelId, System::String ^ publisherName);
public static void LeavePublisherScope (int modelId, string publisherName);
static member LeavePublisherScope : int * string -> unit
Public Shared Sub LeavePublisherScope (modelId As Integer, publisherName As String)
Parameters
- modelId
- Int32
- publisherName
- String
Applies to
LeavePublisherScope(String, Int32, String)
public:
static void LeavePublisherScope(System::String ^ functionId, int modelId, System::String ^ publisherName);
public static void LeavePublisherScope (string functionId, int modelId, string publisherName);
static member LeavePublisherScope : string * int * string -> unit
Public Shared Sub LeavePublisherScope (functionId As String, modelId As Integer, publisherName As String)
Parameters
- functionId
- String
- modelId
- Int32
- publisherName
- String