Microsoft.Vsa.BaseVsaSite.GetGlobalInstance C# (CSharp) Method

GetGlobalInstance() public method

public GetGlobalInstance ( string name ) : object
name string
return object
    public virtual object GetGlobalInstance(string name){
      throw new VsaException(VsaError.CallbackUnexpected);
    }