Example #1
0
 public void JoinLobby(string handleId, Microsoft.Xbox.Services.XboxLiveUser user)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public void JoinLobby(global::System.Object eventArgs, Microsoft.Xbox.Services.XboxLiveUser user)
 {
     throw new NotImplementedException();
 }
Example #3
0
 public void SetLocalMemberConnectionAddress(Microsoft.Xbox.Services.XboxLiveUser user, string connectionAddress, IntPtr context)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public void DeleteLocalMemberProperties(Microsoft.Xbox.Services.XboxLiveUser user, string name, IntPtr context)
 {
     throw new NotImplementedException();
 }
Example #5
0
 public void RemoveLocalUser(Microsoft.Xbox.Services.XboxLiveUser user)
 {
     throw new NotImplementedException();
 }
Example #6
0
 public void InviteUsers(Microsoft.Xbox.Services.XboxLiveUser user, string[] xboxUserIds, string contextStringId, string customActivationContext)
 {
     throw new NotImplementedException();
 }