コード例 #1
0
 //... Implement the rest of the method in the same manner.
 public override bool SetItemExpireCallback(SessionStateItemExpireCallback expireCallback)
 {
     return(InProcSessionStore.SetItemExpireCallback(expireCallback));
 }