ManagedSessionState.PublisherScopeDelegate Delegate
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.
public: delegate void ManagedSessionState::PublisherScopeDelegate(int modelId, System::String ^ publisherName, System::String ^ functionName, Guid scopeId);
public delegate void ManagedSessionState.PublisherScopeDelegate(int modelId, string publisherName, string functionName, Guid scopeId);
type ManagedSessionState.PublisherScopeDelegate = delegate of int * string * string * Guid -> unit
Public Delegate Sub ManagedSessionState.PublisherScopeDelegate(modelId As Integer, publisherName As String, functionName As String, scopeId As Guid)
Parameters
- modelId
- Int32
- publisherName
- String
- functionName
- String
- scopeId
- Guid